summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-11-08 10:56:20 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-11-08 10:56:20 +0100
commitda4e9cead2df076fc0dffc31a0dc6d260f9b295a (patch)
tree6055e36fe266c0a64c1d2a9ffdaf80968373bf0e /CMakeLists.txt
parent733de988f3afed066f0fe2bb84f6be9f0c72a158 (diff)
downloadufo-filters-da4e9cead2df076fc0dffc31a0dc6d260f9b295a.tar.gz
ufo-filters-da4e9cead2df076fc0dffc31a0dc6d260f9b295a.tar.bz2
ufo-filters-da4e9cead2df076fc0dffc31a0dc6d260f9b295a.tar.xz
ufo-filters-da4e9cead2df076fc0dffc31a0dc6d260f9b295a.zip
Post-release version bump
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1deacc..e5be9cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(ufo C)
set(TARNAME "ufo-filters")
set(UFO_FILTERS_VERSION_MAJOR "0")
-set(UFO_FILTERS_VERSION_MINOR "2")
+set(UFO_FILTERS_VERSION_MINOR "3")
set(UFO_FILTERS_VERSION_PATCH "0")
set(UFO_FILTERS_VERSION_STRING_LONG "${UFO_FILTERS_VERSION_MAJOR}.${UFO_FILTERS_VERSION_MINOR}.${UFO_FILTERS_VERSION_PATCH}")
set(UFO_FILTERS_VERSION_STRING_SHORT "${UFO_FILTERS_VERSION_MAJOR}.${UFO_FILTERS_VERSION_MINOR}")