Skip to content

Commit

Permalink
version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Nov 6, 2016
1 parent e0c97b5 commit de79828
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 @@
Sun Nov 6 2016 Aleksey
* === Version 1.3.4 ===

Tue Nov 17 2015 Alexey Dokuchaev, Kurt Jaeger
* Compilation fixes for FreeBSD

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.3
VERSION = 1.3.4
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.3
version=1.3.4
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
* Sun Nov 6 2016 Aleksey <[email protected]> 1.3.4-1mdk
* Tue Aug 5 2014 Aleksey <[email protected]> 1.3.3-1mdk
* Wed Jul 2 2014 Aleksey <[email protected]> 1.3.2-1mdk
* Wed Jan 08 2014 Aleksey <[email protected]> 1.3.1-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.3"
#define VERSION "1.3.4"

0 comments on commit de79828

Please sign in to comment.