diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -156,3 +156,7 @@
 ## 0.9.4.1 -- 2020-01-25
 
 * Ninth version revised F. Fixed issue with being not compiled because of the syntaxis errors. Some documentation improvements.
+
+## 0.9.4.2 -- 2020-01-25
+
+* Ninth version revised G. Fixed issue with wrong version number.
diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -40,7 +40,7 @@
        myThread <- myThreadId
        catchEnd myThread
     "-v" -> do
-       putStrLn "mmsyn7ukr version: 0.9.3.0"
+       putStrLn "mmsyn7ukr version: 0.9.4.2"
        myThread <- myThreadId
        catchEnd myThread
     _    -> main7ukr args
diff --git a/mmsyn7ukr.cabal b/mmsyn7ukr.cabal
--- a/mmsyn7ukr.cabal
+++ b/mmsyn7ukr.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn7ukr
-version:             0.9.4.1
+version:             0.9.4.2
 synopsis:            A simple basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h
 description:         A program and a library that can be used as a simple basic interface to some SoX functionality or to produce your voice in Ukrainian (if you pronounce the sounds properly) represented by the separate sounds or something special like soft sign.
 homepage:            https://hackage.haskell.org/package/mmsyn7ukr
