aboutsummaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/version.h b/include/version.h
index d640ad57..81d4cc54 100644
--- a/include/version.h
+++ b/include/version.h
@@ -4,12 +4,12 @@
#define SND_LIB_MAJOR 1 /**< major number of library version */
#define SND_LIB_MINOR 1 /**< minor number of library version */
-#define SND_LIB_SUBMINOR 7 /**< subminor number of library version */
+#define SND_LIB_SUBMINOR 8 /**< subminor number of library version */
#define SND_LIB_EXTRAVER 1000000 /**< extra version number, used mainly for betas */
/** library version */
#define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\
(SND_LIB_MINOR<<8)|\
SND_LIB_SUBMINOR)
/** library version (string) */
-#define SND_LIB_VERSION_STR "1.1.7"
+#define SND_LIB_VERSION_STR "1.1.8"