~alan-griffiths/mir/test-ABI-bump-libmirserver

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2015-02-18 17:40:26 UTC
  • mfrom: (2319.2.13 mir2)
  • Revision ID: alan@octopull.co.uk-20150218174026-cms6r34uumahj6i9
Just the libmirserver ABI bump

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)
28
28
 
29
29
set(MIR_VERSION_MAJOR 0)
30
 
set(MIR_VERSION_MINOR 12) # This should change at least with every MIRSERVER_ABI
 
30
set(MIR_VERSION_MINOR 13) # This should change at least with every MIRSERVER_ABI
31
31
set(MIR_VERSION_PATCH 0)
32
32
 
33
33
add_definitions(-DMIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})