Version bump [not released yet]
This commit is contained in:
parent
0877b14c68
commit
40b4462239
@ -31,7 +31,7 @@ addons:
|
||||
coverity_scan:
|
||||
project:
|
||||
name: jedisct1/libsodium
|
||||
version: 1.0.11
|
||||
version: 1.0.12
|
||||
description: libsodium
|
||||
notification_email: coverityscan@pureftpd.org
|
||||
build_command_prepend: ./autogen.sh ; ./configure
|
||||
|
@ -4,10 +4,10 @@
|
||||
|
||||
#include "export.h"
|
||||
|
||||
#define SODIUM_VERSION_STRING "1.0.11"
|
||||
#define SODIUM_VERSION_STRING "1.0.12"
|
||||
|
||||
#define SODIUM_LIBRARY_VERSION_MAJOR 9
|
||||
#define SODIUM_LIBRARY_VERSION_MINOR 3
|
||||
#define SODIUM_LIBRARY_VERSION_MINOR 4
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT([libsodium],[1.0.11],
|
||||
AC_INIT([libsodium],[1.0.12],
|
||||
[https://github.com/jedisct1/libsodium/issues],
|
||||
[libsodium],
|
||||
[https://github.com/jedisct1/libsodium])
|
||||
@ -17,9 +17,9 @@ ISODATE=`date +%Y-%m-%d`
|
||||
AC_SUBST(ISODATE)
|
||||
|
||||
SODIUM_LIBRARY_VERSION_MAJOR=9
|
||||
SODIUM_LIBRARY_VERSION_MINOR=3
|
||||
SODIUM_LIBRARY_VERSION_MINOR=4
|
||||
DLL_VERSION=8
|
||||
SODIUM_LIBRARY_VERSION=19:1:1
|
||||
SODIUM_LIBRARY_VERSION=20:0:2
|
||||
# | | |
|
||||
# +------+ | +---+
|
||||
# | | |
|
||||
|
@ -1,4 +1,4 @@
|
||||
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/@VERSION@/1.0.12/ < 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_MINOR@/3/ < tmp2 > src\libsodium\include\sodium\version.h
|
||||
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/4/ < tmp2 > src\libsodium\include\sodium\version.h
|
||||
del tmp tmp2
|
||||
|
Loading…
Reference in New Issue
Block a user