aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)" )