Skip to content

Commit

Permalink
version 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Dec 24, 2012
1 parent 75e8f02 commit 3b33b4b
Show file tree
Hide file tree
Showing 5 changed files with 9 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 Dec 25 2012 Aleksey
* === Version 1.2.10 ===

Mon Nov 5 2012 Aleksey
* Bugfix: incorrect GOST hash for ("\FF" x 64) on non-x86 CPU

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.9
VERSION = 1.2.10
PREFIX = /usr/local
CC = gcc
# using OPTFLAGS/OPTLDFLAGS for compatibilty with old scripts using this makefile
Expand Down
3 changes: 3 additions & 0 deletions bindings/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Tue Dec 25 2012 Aleksey
* === Version 1.2.10 ===

Sun May 13 2012 Aleksey
* BugFix: python crashed on ia64

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.9
version=1.2.10
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "1.2.9"
#define VERSION "1.2.10"

0 comments on commit 3b33b4b

Please sign in to comment.