Browse Source

Missing pieces of a version bump

next
Frank Denis 7 years ago
parent
commit
80095105bb
  1. 2
      .travis.yml
  2. 4
      builds/msvc/resource.rc

2
.travis.yml

@ -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
builds/msvc/resource.rc

@ -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…
Cancel
Save