Skip to content

Commit

Permalink
Package version bump. No ABI version changes required.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 24, 2015
1 parent 94da855 commit f11da70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

* Version 1.0.5 (not released yet)
* Version 1.0.5
- Compilations issues on some platforms were fixed: missing alignment
directives were added (required at least on RHEL-6/i386), a workaround
for a VRP bug on gcc/armv7 was added, and the library can now be compiled
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "export.h"

#define SODIUM_VERSION_STRING "1.0.4"
#define SODIUM_VERSION_STRING "1.0.5"

#define SODIUM_LIBRARY_VERSION_MAJOR 7
#define SODIUM_LIBRARY_VERSION_MINOR 6
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.65])
AC_INIT([libsodium],[1.0.4],
AC_INIT([libsodium],[1.0.5],
[https://github.com/jedisct1/libsodium/issues],
[libsodium],
[https://github.com/jedisct1/libsodium])
Expand Down
2 changes: 1 addition & 1 deletion msvc-scripts/process.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.4/ < src\libsodium\include\sodium\version.h.in > tmp
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.5/ < src\libsodium\include\sodium\version.h.in > tmp
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/7/ < tmp > tmp2
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/6/ < tmp2 > src\libsodium\include\sodium\version.h
del tmp tmp2

0 comments on commit f11da70

Please sign in to comment.