aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-05-04 18:51:21 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-05-04 19:22:34 -0300
commitdfdad7e0e54bab62825e639b7bacc0679032c236 (patch)
treecb87985dd7f277a77fb8990a531dbe872b60dc3e
parentc54618eee276f134722889b715279f021af5ecb5 (diff)
Bump to version 0.3.2
-rw-r--r--.gitattributes2
-rw-r--r--CMakeLists.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..adbe833c1
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.gitignore export-ignore
+.gitattributes export-ignore
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 83f04d9d1..08f9160e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ find_package(Qt4 4.5.0 REQUIRED)
set(BINDING_NAME PySide)
set(BINDING_API_MAJOR_VERSION "0")
set(BINDING_API_MINOR_VERSION "3")
-set(BINDING_API_MICRO_VERSION "1")
+set(BINDING_API_MICRO_VERSION "2")
set(BINDING_API_VERSION "${BINDING_API_MAJOR_VERSION}.${BINDING_API_MINOR_VERSION}.${BINDING_API_MICRO_VERSION}")
set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )