diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,9 @@
+0.1.6.2
+-------
+
+- Released Fri 02 Oct 2015 08:06:22 CEST
+- fixed broken test (missing file in extra-source-file)
+
 0.1.6.1
 -------
 
diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,5 +1,5 @@
 name:                lentil
-version:             0.1.6.1
+version:             0.1.6.2
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -14,6 +14,7 @@
 build-type:          Simple
 tested-with:         GHC==7.10.1, GHC==7.8.3
 extra-source-files:  stack.yaml,
+                     test/test-files/lang-comm/xyz.xyz,
                      test/test-files/lang-comm/clang.c,
                      test/test-files/lang-comm/haskell.hs,
                      test/test-files/lang-comm/javascript.js,
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 - frugal issue tracker, version 0.1.6.1\n\
+          versionCopy = "lentil - frugal issue tracker, version 0.1.6.2\n\
                         \(C) 2015 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License v3\n"
 
diff --git a/test/test-files/lang-comm/xyz.xyz b/test/test-files/lang-comm/xyz.xyz
new file mode 100644
--- /dev/null
+++ b/test/test-files/lang-comm/xyz.xyz
@@ -0,0 +1,12 @@
+// todo single
+// comment
+// Todo: single2
+
+var c = "st/*ring"; // string
+char letter = 'c' // char
+
+/* TODO: block1 */
+/* TODO: block2 [tog] */
+
+
+//  end
