/alps/ufodecode

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Matthias Vogelgesang
  • Date: 2012-07-18 07:39:43 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20120718073943-5l80klz28dzgxcd7
Use two-digit so-version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
cmake_minimum_required(VERSION 2.8)
2
2
set(TARNAME "libufodecode")
3
3
 
4
 
set(LIBUFODECODE_API_VERSION "0.2.0")
5
 
set(LIBUFODECODE_ABI_VERSION "0.2.0")
 
4
set(LIBUFODECODE_API_VERSION "0.2")
 
5
set(LIBUFODECODE_ABI_VERSION "0.2")
6
6
set(LIBUFODECODE_ABI_MAJOR_VERSION "0")
7
7
 
8
8
set(PACKAGE_VERSION "0.2.0")