Version bump (not released yet)
This commit is contained in:
parent
eeb08c92fd
commit
a7a3235a39
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
#include "export.h"
|
#include "export.h"
|
||||||
|
|
||||||
#define SODIUM_VERSION_STRING "1.0.10"
|
#define SODIUM_VERSION_STRING "1.0.11"
|
||||||
|
|
||||||
#define SODIUM_LIBRARY_VERSION_MAJOR 9
|
#define SODIUM_LIBRARY_VERSION_MAJOR 9
|
||||||
#define SODIUM_LIBRARY_VERSION_MINOR 2
|
#define SODIUM_LIBRARY_VERSION_MINOR 3
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.65])
|
AC_PREREQ([2.65])
|
||||||
AC_INIT([libsodium],[1.0.10],
|
AC_INIT([libsodium],[1.0.11],
|
||||||
[https://github.com/jedisct1/libsodium/issues],
|
[https://github.com/jedisct1/libsodium/issues],
|
||||||
[libsodium],
|
[libsodium],
|
||||||
[https://github.com/jedisct1/libsodium])
|
[https://github.com/jedisct1/libsodium])
|
||||||
@ -17,9 +17,9 @@ ISODATE=`date +%Y-%m-%d`
|
|||||||
AC_SUBST(ISODATE)
|
AC_SUBST(ISODATE)
|
||||||
|
|
||||||
SODIUM_LIBRARY_VERSION_MAJOR=9
|
SODIUM_LIBRARY_VERSION_MAJOR=9
|
||||||
SODIUM_LIBRARY_VERSION_MINOR=2
|
SODIUM_LIBRARY_VERSION_MINOR=3
|
||||||
DLL_VERSION=8
|
DLL_VERSION=8
|
||||||
SODIUM_LIBRARY_VERSION=19:0:1
|
SODIUM_LIBRARY_VERSION=19:1:1
|
||||||
# | | |
|
# | | |
|
||||||
# +------+ | +---+
|
# +------+ | +---+
|
||||||
# | | |
|
# | | |
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.10/ < src\libsodium\include\sodium\version.h.in > tmp
|
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.11/ < src\libsodium\include\sodium\version.h.in > tmp
|
||||||
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/9/ < tmp > tmp2
|
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/9/ < tmp > tmp2
|
||||||
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/2/ < tmp2 > src\libsodium\include\sodium\version.h
|
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/3/ < tmp2 > src\libsodium\include\sodium\version.h
|
||||||
del tmp tmp2
|
del tmp tmp2
|
||||||
|
Loading…
Reference in New Issue
Block a user