Skip to content

Commit

Permalink
version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Aug 14, 2017
1 parent 5c38664 commit db0808d
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 @@
Mon Aug 14 2017 Aleksey
* === Version 1.3.5 ===
* look for locales directory at PROGRAM_DIRECTORY\locale on Windows
* look for config at PROGRAM_DIRECTORY\rhashrc on Windows

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.4
VERSION = 1.3.5
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.4
version=1.3.5
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
* Mon Aug 14 2017 Aleksey <rhash.admin@gmail.com> 1.3.5-1mdk
* Sun Nov 6 2016 Aleksey <rhash.admin@gmail.com> 1.3.4-1mdk
* Tue Aug 5 2014 Aleksey <rhash.admin@gmail.com> 1.3.3-1mdk
* Wed Jul 2 2014 Aleksey <rhash.admin@gmail.com> 1.3.2-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.4"
#define VERSION "1.3.5"

0 comments on commit db0808d

Please sign in to comment.