Missing pieces of a version bump
This commit is contained in:
parent
390f865e35
commit
80095105bb
@ -31,7 +31,7 @@ addons:
|
||||
coverity_scan:
|
||||
project:
|
||||
name: jedisct1/libsodium
|
||||
version: 1.0.13
|
||||
version: 1.0.14
|
||||
description: libsodium
|
||||
notification_email: coverityscan@pureftpd.org
|
||||
build_command_prepend: ./autogen.sh ; ./configure
|
||||
|
@ -4,8 +4,8 @@
|
||||
#include "windows.h"
|
||||
|
||||
//specify the version numbers for the dll's
|
||||
#define LIBSODIUM_VERSION_STRING "1.0.13.0"
|
||||
#define LIBSODIUM_VERSION_BIN 1,0,13,0
|
||||
#define LIBSODIUM_VERSION_STRING "1.0.14.0"
|
||||
#define LIBSODIUM_VERSION_BIN 1,0,14,0
|
||||
|
||||
//specify the product name for the dlls based on the platform we are compiling for
|
||||
#if defined(x64)
|
||||
|
Loading…
Reference in New Issue
Block a user