diff options
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9b8584a..43ec71c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'ssic', - 'VERSION' => '0.1.0', + 'VERSION_FROM' => 'bin/ssic', 'AUTHOR' => 'P. J. McDermott <pj@pehjota.net>', 'EXE_FILES' => [ 'bin/ssic', |