diff --git a/ChangeLog b/ChangeLog index cd3e71e4..b4a9e03a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Tue Dec 25 2012 Aleksey + * === Version 1.2.10 === + Mon Nov 5 2012 Aleksey * Bugfix: incorrect GOST hash for ("\FF" x 64) on non-x86 CPU diff --git a/Makefile b/Makefile index 518b4e47..07ded9dd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # compile with debug info: make CFLAGS=-g # compile for pentiumpro: make CFLAGS="-O2 -DNDEBUG -march=i586 -mcpu=pentiumpro -fomit-frame-pointer" # create rpm with statically linked program: make rpm ADDLDFLAGS="-static -s -Wl,--gc-sections" -VERSION = 1.2.9 +VERSION = 1.2.10 PREFIX = /usr/local CC = gcc # using OPTFLAGS/OPTLDFLAGS for compatibilty with old scripts using this makefile diff --git a/bindings/ChangeLog b/bindings/ChangeLog index 4ee2dd4d..2d6191cc 100644 --- a/bindings/ChangeLog +++ b/bindings/ChangeLog @@ -1,3 +1,6 @@ +Tue Dec 25 2012 Aleksey + * === Version 1.2.10 === + Sun May 13 2012 Aleksey * BugFix: python crashed on ia64 diff --git a/bindings/version.properties b/bindings/version.properties index 7b26b39d..e9977eba 100644 --- a/bindings/version.properties +++ b/bindings/version.properties @@ -1 +1 @@ -version=1.2.9 +version=1.2.10 diff --git a/version.h b/version.h index 323f6af0..3f8af3d8 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.2.9" +#define VERSION "1.2.10"