summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohann Latocha2011-06-06 11:19:23 +0200
committerJohann Latocha2011-06-06 11:19:23 +0200
commit67875a500967ba4f6dbba67e9d72dbb10fcad805 (patch)
tree929cab414c86cbd00c7992442d63ddbe85a6d236
parent[PVSGUI] Visibility of balloon messages is now configurable (default is false) (diff)
downloadpvs-67875a500967ba4f6dbba67e9d72dbb10fcad805.tar.gz
pvs-67875a500967ba4f6dbba67e9d72dbb10fcad805.tar.xz
pvs-67875a500967ba4f6dbba67e9d72dbb10fcad805.zip
Version update
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0cf2065..758c056 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -383,7 +383,7 @@ SET( CPACK_SET_DESTDIR "ON" )
SET( CPACK_PACKAGE_NAME "pvs" )
SET( CPACK_PACKAGE_VERSION_MAJOR "3" )
SET( CPACK_PACKAGE_VERSION_MINOR "1" )
-SET( CPACK_PACKAGE_VERSION_PATCH "1" )
+SET( CPACK_PACKAGE_VERSION_PATCH "2" )
SET( CPACK_PACKAGE_DESCRIPTION_SUMMARY "Pool Video Switch" )
SET( CPACK_PACKAGE_DESCRIPTION "")
SET( CPACK_PACKAGE_CONTACT "Johann Latocha <johann@latocha.de>" )
diff --git a/src/version.h b/src/version.h
index eaee67e..5522118 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define VERSION_STRING "3.1.1"
+#define VERSION_STRING "3.1.2"
#define VERSION_NUMBER 311