diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,14 +1,20 @@
 0.1.2.3
 -------
 
+- Released Wed 24 Jun 2015 07:48:28 CEST
+- Added missing test file.
+
+0.1.2.3
+-------
+
 - Released Wed 24 Jun 2015 06:49:42 CEST
-- Fixed ghc 7.8.3 build, hopefully for real
+- Fixed ghc 7.8.3 build, hopefully for real.
 
 0.1.2.2
 -------
 
 - Released Wed 24 Jun 2015 06:24:33 CEST
-- Fixed ghc 7.8.3 build
+- Fixed ghc 7.8.3 build.
 
 0.1.2.1
 -------
diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,5 +1,5 @@
 name:                lentil
-version:             0.1.2.3
+version:             0.1.2.4
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -22,6 +22,7 @@
                      test/test-files/lang-comm/ruby.rb,
                      test/test-files/lang-comm/test.txt,
                      test/test-files/lang-comm/text.txt,
+                     test/test-files/specific/contiguous.c,
                      test/test-files/test-proj/fold-a/foo1.hs,
                      test/test-files/test-proj/fold-b/foo2.hs,
                      test/test-files/test-proj/fold-c/foo3.hs,
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -28,7 +28,7 @@
                                    short 'v'      <>
                                    help "show version and copyright info" )
     where
-          versionCopy = "lentil - a frugal issue tracker, version 0.1.2.3\n\
+          versionCopy = "lentil - a frugal issue tracker, version 0.1.2.4\n\
                         \(C) 2015 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License 3\n"
 
diff --git a/test/test-files/specific/contiguous.c b/test/test-files/specific/contiguous.c
new file mode 100644
--- /dev/null
+++ b/test/test-files/specific/contiguous.c
@@ -0,0 +1,2 @@
+// Todo issue1
+{- continues -}
