From 2fa618f50efc46de4b75c9ec6b6e7e823f8c3900 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Thu, 19 Sep 2013 01:55:04 +0700 Subject: [PATCH] version 1.3.0 --- 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 664a5e79..96036874 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Tue Sep 17 2013 Aleksey + * === Version 1.3.0 === + Tue May 21 2013 Aleksey * Fixed output of percents when two or more files are hashed diff --git a/Makefile b/Makefile index 93c685c4..ab94eabb 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.10 +VERSION = 1.3.0 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 e9977eba..78d97e42 100644 --- a/bindings/version.properties +++ b/bindings/version.properties @@ -1 +1 @@ -version=1.2.10 +version=1.3.0 diff --git a/dist/rhash.spec.in b/dist/rhash.spec.in index fdee5c37..cadc953d 100644 --- a/dist/rhash.spec.in +++ b/dist/rhash.spec.in @@ -102,6 +102,7 @@ ldconfig ldconfig %changelog +* 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 * Wed Sep 14 2011 Aleksey 1.2.8-1mdk diff --git a/version.h b/version.h index 3f8af3d8..2397ce36 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.2.10" +#define VERSION "1.3.0"