summaryrefslogtreecommitdiff
path: root/prism/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'prism/version.h')
-rw-r--r--prism/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/prism/version.h b/prism/version.h
index 0d25b2883c..3cca648996 100644
--- a/prism/version.h
+++ b/prism/version.h
@@ -9,12 +9,12 @@
/**
* The major version of the Prism library as an int.
*/
-#define PRISM_VERSION_MAJOR 0
+#define PRISM_VERSION_MAJOR 1
/**
* The minor version of the Prism library as an int.
*/
-#define PRISM_VERSION_MINOR 27
+#define PRISM_VERSION_MINOR 0
/**
* The patch version of the Prism library as an int.
@@ -24,6 +24,6 @@
/**
* The version of the Prism library as a constant string.
*/
-#define PRISM_VERSION "0.27.0"
+#define PRISM_VERSION "1.0.0"
#endif