Version 3.0.8.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec99e3c..a073919 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,7 +69,7 @@
 enable_language(C)
 
 # Library version
-set(VERSION "3.0.7")
+set(VERSION "3.0.8")
 
 # API version
 set(SOVERSION "3")
diff --git a/mz.h b/mz.h
index 2819bf8..d8f5980 100644
--- a/mz.h
+++ b/mz.h
@@ -14,8 +14,8 @@
 /***************************************************************************/
 
 /* MZ_VERSION */
-#define MZ_VERSION                      ("3.0.7")
-#define MZ_VERSION_BUILD                (030007)
+#define MZ_VERSION                      ("3.0.8")
+#define MZ_VERSION_BUILD                (030008)
 
 /* MZ_ERROR */
 #define MZ_OK                           (0)  /* zlib */