Package version bump. No ABI version changes required.
This commit is contained in:
parent
94da855b8d
commit
f11da70ce2
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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])
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user