Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Sep 18, 2013
1 parent 69a2700 commit 2fa618f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.2.10
version=1.3.0
1 change: 1 addition & 0 deletions dist/rhash.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ ldconfig
ldconfig

%changelog
* Tue Jun 11 2013 Aleksey <[email protected]> 1.3.0-1mdk
* Tue Dec 25 2012 Aleksey <[email protected]> 1.2.10-1mdk
* Sat Apr 14 2012 Aleksey <[email protected]> 1.2.9-1mdk
* Wed Sep 14 2011 Aleksey <[email protected]> 1.2.8-1mdk
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "1.2.10"
#define VERSION "1.3.0"

0 comments on commit 2fa618f

Please sign in to comment.