summaryrefslogtreecommitdiff
path: root/prism/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'prism/version.h')
-rw-r--r--prism/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/prism/version.h b/prism/version.h
index 0d25b2883c..d5b8a86018 100644
--- a/prism/version.h
+++ b/prism/version.h
@@ -14,7 +14,7 @@
/**
* The minor version of the Prism library as an int.
*/
-#define PRISM_VERSION_MINOR 27
+#define PRISM_VERSION_MINOR 30
/**
* 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 "0.30.0"
#endif