~ubuntu-branches/ubuntu/wily/soprano/wily

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2013-07-16 12:26:34 UTC
  • mfrom: (1.1.46)
  • Revision ID: package-import@ubuntu.com-20130716122634-1q74dtzgmgjxg4dt
Tags: 2.9.3+dfsg1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
##################  Soprano version  ################################
15
15
set(CMAKE_SOPRANO_VERSION_MAJOR 2)
16
16
set(CMAKE_SOPRANO_VERSION_MINOR 9)
17
 
set(CMAKE_SOPRANO_VERSION_RELEASE 2)
 
17
set(CMAKE_SOPRANO_VERSION_RELEASE 3)
18
18
set(CMAKE_SOPRANO_VERSION_STRING "${CMAKE_SOPRANO_VERSION_MAJOR}.${CMAKE_SOPRANO_VERSION_MINOR}.${CMAKE_SOPRANO_VERSION_RELEASE}")
19
19
 
20
20