Package version bump. No ABI version changes required.

This commit is contained in:
Frank Denis 2015-10-24 19:12:49 +02:00
parent 94da855b8d
commit f11da70ce2
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
* Version 1.0.5 (not released yet) * Version 1.0.5
- Compilations issues on some platforms were fixed: missing alignment - Compilations issues on some platforms were fixed: missing alignment
directives were added (required at least on RHEL-6/i386), a workaround 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 for a VRP bug on gcc/armv7 was added, and the library can now be compiled

View File

@ -4,7 +4,7 @@
#include "export.h" #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_MAJOR 7
#define SODIUM_LIBRARY_VERSION_MINOR 6 #define SODIUM_LIBRARY_VERSION_MINOR 6

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.65]) AC_PREREQ([2.65])
AC_INIT([libsodium],[1.0.4], AC_INIT([libsodium],[1.0.5],
[https://github.com/jedisct1/libsodium/issues], [https://github.com/jedisct1/libsodium/issues],
[libsodium], [libsodium],
[https://github.com/jedisct1/libsodium]) [https://github.com/jedisct1/libsodium])

View File

@ -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_MAJOR@/7/ < tmp > tmp2
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/6/ < tmp2 > src\libsodium\include\sodium\version.h cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/6/ < tmp2 > src\libsodium\include\sodium\version.h
del tmp tmp2 del tmp tmp2