diff --git a/ChangeLog b/ChangeLog index a11aab0b..24d425c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Sun Nov 6 2016 Aleksey + * === Version 1.3.4 === + Tue Nov 17 2015 Alexey Dokuchaev, Kurt Jaeger * Compilation fixes for FreeBSD diff --git a/Makefile b/Makefile index 85fd20d4..96e8b615 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.3 +VERSION = 1.3.4 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 1de8cfc0..26f552ff 100644 --- a/bindings/version.properties +++ b/bindings/version.properties @@ -1 +1 @@ -version=1.3.3 +version=1.3.4 diff --git a/dist/rhash.spec.in b/dist/rhash.spec.in index 74540b8b..78c8390a 100644 --- a/dist/rhash.spec.in +++ b/dist/rhash.spec.in @@ -102,6 +102,7 @@ ldconfig ldconfig %changelog +* Sun Nov 6 2016 Aleksey 1.3.4-1mdk * 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 diff --git a/version.h b/version.h index ef74a81b..2822f2f6 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.3.3" +#define VERSION "1.3.4"