From 164c076ab05f93270e84349b7b6f1a37ef63efbd Mon Sep 17 00:00:00 2001 From: Aleksey Date: Tue, 1 Jul 2014 22:55:26 +0700 Subject: [PATCH] version 1.3.2 --- ChangeLog | 3 +++ Makefile | 2 +- bindings/version.properties | 2 +- dist/rhash.spec.in | 1 + version.h | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a04ce42f..c7a26749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Wed Jul 2 2014 Aleksey + * === Version 1.3.2 === + Sat Jun 21 2014 Aleksey * report warnings on files locked by some processes diff --git a/Makefile b/Makefile index b43d7db5..2493b1c6 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.1 +VERSION = 1.3.2 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 6d41bff8..cc6016e5 100644 --- a/bindings/version.properties +++ b/bindings/version.properties @@ -1 +1 @@ -version=1.3.1 +version=1.3.2 diff --git a/dist/rhash.spec.in b/dist/rhash.spec.in index 6d014a90..1071ae95 100644 --- a/dist/rhash.spec.in +++ b/dist/rhash.spec.in @@ -102,6 +102,7 @@ ldconfig ldconfig %changelog +* 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 * Tue Dec 25 2012 Aleksey 1.2.10-1mdk diff --git a/version.h b/version.h index e2dcba90..da1249b4 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.3.1" +#define VERSION "1.3.2"