summaryrefslogtreecommitdiff
path: root/builds/msvc/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'builds/msvc/version.h')
-rw-r--r--builds/msvc/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/builds/msvc/version.h b/builds/msvc/version.h
index ca13a74..da4fd43 100644
--- a/builds/msvc/version.h
+++ b/builds/msvc/version.h
@@ -4,10 +4,10 @@
#include "export.h"
-#define SODIUM_VERSION_STRING "0.6.1"
+#define SODIUM_VERSION_STRING "1.0.0"
-#define SODIUM_LIBRARY_VERSION_MAJOR 6
-#define SODIUM_LIBRARY_VERSION_MINOR 1
+#define SODIUM_LIBRARY_VERSION_MAJOR 7
+#define SODIUM_LIBRARY_VERSION_MINOR 2
#ifdef __cplusplus
extern "C" {