diff options
Diffstat (limited to 'prism/version.h')
| -rw-r--r-- | prism/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prism/version.h b/prism/version.h index 0ef7435c17..b95611f96c 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 8 +#define PRISM_VERSION_MINOR 9 /** * 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 "1.8.0" +#define PRISM_VERSION "1.9.0" #endif |
