~agateau/libindicate-qt/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Aurelien Gateau
  • Date: 2010-03-08 09:02:19 UTC
  • Revision ID: aurelien.gateau@canonical.com-20100308090219-zxgb5ccklxqh5owk
Bind methods to access the optional DBusMenu of an indicate server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(libindicate_qt)
2
2
cmake_minimum_required(VERSION 2.6)
3
 
set(indicate_qt_VERSION 0.2.4)
 
3
set(indicate_qt_VERSION 0.2.5)
4
4
 
5
5
# Bump this one when a binary-incompatible change is introduced
6
6
set(indicate_qt_lib_SOVERSION 1)
7
7
 
8
8
# Bump this one when the API is extended in a binary-compatible way
9
 
set(indicate_qt_lib_API_VERSION 3)
 
9
set(indicate_qt_lib_API_VERSION 4)
10
10
 
11
11
# Bump this one when changes do not extend the API
12
12
set(indicate_qt_lib_PATCH_VERSION 0)