Skip to content

Commit

Permalink
SODIUM_VERSION_STRING should be the package version even on Visual St…
Browse files Browse the repository at this point in the history
…udio
  • Loading branch information
jedisct1 committed Sep 30, 2014
1 parent 1afb2e4 commit b91baa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/msvc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "export.h"

#define SODIUM_VERSION_STRING "0.7.2"
#define SODIUM_VERSION_STRING "1.0.0"

#define SODIUM_LIBRARY_VERSION_MAJOR 7
#define SODIUM_LIBRARY_VERSION_MINOR 2
Expand Down
2 changes: 1 addition & 1 deletion msvc-scripts/process.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/0.7.2/ < src\libsodium\include\sodium\version.h.in > tmp
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.0/ < src\libsodium\include\sodium\version.h.in > tmp
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/7/ < tmp > tmp2
cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/2/ < tmp2 > src\libsodium\include\sodium\version.h
del tmp tmp2

0 comments on commit b91baa6

Please sign in to comment.