diff --git a/helper.pl b/helper.pl index e8e9fc7..b18affa 100755 --- a/helper.pl +++ b/helper.pl @@ -277,7 +277,7 @@ sub patch_makefile { sub version_from_tomcrypt_h { my $h = read_file(shift); if ($h =~ /\n#define\s*SCRYPT\s*"([0-9]+)\.([0-9]+)\.([0-9]+)(.*)"/s) { - return "VERSION_PC=$1.$2.$3", "VERSION_LT=0:$1$2", "VERSION=$1.$2.$3$4"; + return "VERSION_PC=$1.$2.$3", "VERSION_LT=1:0", "VERSION=$1.$2.$3$4"; } else { die "#define SCRYPT not found in tomcrypt.h"; diff --git a/makefile_include.mk b/makefile_include.mk index 91aa74e..5d3ca04 100644 --- a/makefile_include.mk +++ b/makefile_include.mk @@ -6,7 +6,7 @@ VERSION=1.18.0-rc4 VERSION_PC=1.18.0 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -VERSION_LT=0:118 +VERSION_LT=1:0 # Compiler and Linker Names ifndef CROSS_COMPILE