diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -94,3 +94,7 @@
 ## 0.7.1.0 -- 2020-01-28
 
 * Seventh version revised C. Changed dependencies for modules. Changed errors to exceptions.
+
+## 0.7.1.1 -- 2020-01-28
+
+* Seventh version revised D. Fixed issue with the wrong version number.
diff --git a/MMSyn7h.hs b/MMSyn7h.hs
--- a/MMSyn7h.hs
+++ b/MMSyn7h.hs
@@ -52,7 +52,7 @@
           putStrLn "mmsyn7h -v"
           putStr "If \"-h\" is specified, then you will see this message. If \"-v\" is specified, then you will see the version of the package mmsyn7h. "
           putStrLn "If something else (not null) is specified then the program runs further. "
-    "-v" -> putStrLn "mmsyn7h version: 0.7.0.2"
+    "-v" -> putStrLn "mmsyn7h version: 0.7.1.1"
     nameOfSoundFile    -> bracketOnError (do
           dir <- getCurrentDirectory
           putStrLn "You are now in the directory: " 
diff --git a/mmsyn7h.cabal b/mmsyn7h.cabal
--- a/mmsyn7h.cabal
+++ b/mmsyn7h.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn7h
-version:             0.7.1.0
+version:             0.7.1.1
 synopsis:            Produces a sound recording specified by the Ukrainian text.
 description:         A program and a library that are used with mmsyn7ukr (or separately) and are similar to mmsyn6ukr executable. The program uses the data files in the current directory instead of ones in the system defined directories. It reads Ukrainian text with the given by data files sounds.
 homepage:            https://hackage.haskell.org/package/mmsyn7h
