Skip to content

Commit c7ff3bb

Browse files
committed
Bump revision
1 parent 08e0424 commit c7ff3bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helper.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ sub patch_file {
278278
sub version_from_tomcrypt_h {
279279
my $h = read_file(shift);
280280
if ($h =~ /\n#define\s*SCRYPT\s*"([0-9]+)\.([0-9]+)\.([0-9]+)(.*)"/s) {
281-
return "VERSION_PC=$1.$2.$3", "VERSION_LT=1:0", "VERSION=$1.$2.$3$4", "PROJECT_NUMBER=$1.$2.$3$4";
281+
return "VERSION_PC=$1.$2.$3", "VERSION_LT=1:1", "VERSION=$1.$2.$3$4", "PROJECT_NUMBER=$1.$2.$3$4";
282282
}
283283
else {
284284
die "#define SCRYPT not found in tomcrypt.h";

makefile_include.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VERSION=1.18.1
77
VERSION_PC=1.18.1
88
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
9-
VERSION_LT=1:0
9+
VERSION_LT=1:1
1010

1111
# Compiler and Linker Names
1212
ifndef CROSS_COMPILE

0 commit comments

Comments
 (0)