From 817c35d16e34ba3e2b9eaf85e8e39a8ad3de4237 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 18 Jul 2012 09:39:43 +0200 Subject: Use two-digit so-version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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") -- cgit v1.2.3