Regen version.h for the new Visual Studio build system.

This commit is contained in:
Frank Denis 2014-05-08 21:14:39 -07:00
parent d12b563520
commit b2cc7ff0b9

View File

@ -4,10 +4,10 @@
#include "export.h" #include "export.h"
#define SODIUM_VERSION_STRING "0.4.5" #define SODIUM_VERSION_STRING "0.5.0"
#define SODIUM_LIBRARY_VERSION_MAJOR 4 #define SODIUM_LIBRARY_VERSION_MAJOR 5
#define SODIUM_LIBRARY_VERSION_MINOR 5 #define SODIUM_LIBRARY_VERSION_MINOR 0
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {