summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-18 09:39:43 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-18 09:39:43 +0200
commit817c35d16e34ba3e2b9eaf85e8e39a8ad3de4237 (patch)
treed7c3b77901215381dcd8fad55520665940c97a55 /CMakeLists.txt
parent9ddcee7397d77919ba66b92baa846b32a538e91a (diff)
downloadlibufodecode-817c35d16e34ba3e2b9eaf85e8e39a8ad3de4237.tar.gz
libufodecode-817c35d16e34ba3e2b9eaf85e8e39a8ad3de4237.tar.bz2
libufodecode-817c35d16e34ba3e2b9eaf85e8e39a8ad3de4237.tar.xz
libufodecode-817c35d16e34ba3e2b9eaf85e8e39a8ad3de4237.zip
Use two-digit so-version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e80ac6..94a80a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 2.8)
set(TARNAME "libufodecode")
-set(LIBUFODECODE_API_VERSION "0.2.0")
-set(LIBUFODECODE_ABI_VERSION "0.2.0")
+set(LIBUFODECODE_API_VERSION "0.2")
+set(LIBUFODECODE_ABI_VERSION "0.2")
set(LIBUFODECODE_ABI_MAJOR_VERSION "0")
set(PACKAGE_VERSION "0.2.0")