Missing pieces of a version bump

This commit is contained in:
Frank Denis 2017-09-13 19:39:36 +02:00
parent 390f865e35
commit 80095105bb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)