From 80095105bbf92d86675eb366145a860338f94a76 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 13 Sep 2017 19:39:36 +0200 Subject: [PATCH] Missing pieces of a version bump --- .travis.yml | 2 +- builds/msvc/resource.rc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04acffb1..391fea8c 100644 --- a/.travis.yml +++ b/.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 diff --git a/builds/msvc/resource.rc b/builds/msvc/resource.rc index 4617c25c..38c21d05 100644 --- a/builds/msvc/resource.rc +++ b/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)