From baa3104c383b3388e855e5c877a7260802a1f001 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Wed, 8 Jan 2014 22:59:55 +0700 Subject: [PATCH] version 1.3.1 --- ChangeLog | 1 + Makefile | 2 +- bindings/version.properties | 2 +- dist/rhash.spec.in | 1 + version.h | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a77f6051..2e7cb50f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ Wed Jan 8 2014 + * === Version 1.3.1 === * Exclude the files specified by -o and -l from processing Sat Jan 4 2014 Aleksey diff --git a/Makefile b/Makefile index ab94eabb..606a887b 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.0 +VERSION = 1.3.1 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 78d97e42..6d41bff8 100644 --- a/bindings/version.properties +++ b/bindings/version.properties @@ -1 +1 @@ -version=1.3.0 +version=1.3.1 diff --git a/dist/rhash.spec.in b/dist/rhash.spec.in index cadc953d..6d014a90 100644 --- a/dist/rhash.spec.in +++ b/dist/rhash.spec.in @@ -102,6 +102,7 @@ ldconfig ldconfig %changelog +* 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 * Sat Apr 14 2012 Aleksey 1.2.9-1mdk diff --git a/version.h b/version.h index 2397ce36..e2dcba90 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.3.0" +#define VERSION "1.3.1"