Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Jan 8, 2014
1 parent 3c7345e commit baa3104
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
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.3.0
VERSION = 1.3.1
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.3.0
version=1.3.1
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
* Wed Jan 08 2014 Aleksey <[email protected]> 1.3.1-1mdk
* 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
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.3.0"
#define VERSION "1.3.1"

0 comments on commit baa3104

Please sign in to comment.