aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-08-22 18:19:14 -0300
committerRenato Filho <renato.filho@openbossa.org>2011-08-22 18:19:14 -0300
commit23e0712360442e50f34be0d6e4651b8c4c806d47 (patch)
treecb6ad2d0113bd5760ddfca2ab31843a2c080a982
parentd3c49d24de27ff41b2a465ffa9f5a98957ed9946 (diff)
Version Bump.
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9593381..bbc8536 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,11 +4,11 @@ project(pyside-tools)
find_package(PythonInterp REQUIRED)
find_package(Qt4 4.5.0 REQUIRED)
-find_package(PySide 1.0.5 REQUIRED)
+find_package(PySide 1.0.6 REQUIRED)
set(pyside_tools_MAJOR_VERSION "0")
set(pyside_tools_MINOR_VERSION "2")
-set(pyside_tools_MICRO_VERSION "12")
+set(pyside_tools_MICRO_VERSION "13")
set(pyside_tools_VERSION "${pyside_tools_MAJOR_VERSION}.${pyside_tools_MINOR_VERSION}.${pyside_tools_MICRO_VERSION}")
configure_file("pysideuic/__init__.py.in" "__init__.py" @ONLY)