diff --git a/ChangeLog b/ChangeLog index b9c82902..fc675e2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Tue Aug 5 2014 Aleksey + * === Version 1.3.3 === + Mon Aug 4 2014 And Sch, Aleksey * librhash: small optimization of Whirlpool diff --git a/Makefile b/Makefile index d3852da6..e40dbc36 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.3.2 +VERSION = 1.3.3 PREFIX = /usr/local CC = gcc # using OPTFLAGS/OPTLDFLAGS for compatibilty with old scripts using this makefile diff --git a/bindings/version.properties b/bindings/version.properties index cc6016e5..1de8cfc0 100644 --- a/bindings/version.properties +++ b/bindings/version.properties @@ -1 +1 @@ -version=1.3.2 +version=1.3.3 diff --git a/dist/rhash.spec.in b/dist/rhash.spec.in index 1071ae95..74540b8b 100644 --- a/dist/rhash.spec.in +++ b/dist/rhash.spec.in @@ -102,6 +102,7 @@ ldconfig ldconfig %changelog +* Tue Aug 5 2014 Aleksey 1.3.3-1mdk * Wed Jul 2 2014 Aleksey 1.3.2-1mdk * Wed Jan 08 2014 Aleksey 1.3.1-1mdk * Tue Jun 11 2013 Aleksey 1.3.0-1mdk diff --git a/version.h b/version.h index da1249b4..ef74a81b 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.3.2" +#define VERSION "1.3.3"