~stellarium/stellarium/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alexander Wolf
  • Date: 2011-10-03 10:04:51 UTC
  • mto: (4906.3.28 v0.11.2)
  • mto: This revision was merged to the branch mainline in revision 4970.
  • Revision ID: alex.v.wolf@gmail.com-20111003100451-q0akb1y32du92mnm
Prepare for 0.11.1 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
PROJECT(Stellarium)
13
13
SET(STELLARIUM_MAJOR "0")
14
14
SET(STELLARIUM_MINOR "11")
15
 
SET(STELLARIUM_PATCH "0")
 
15
SET(STELLARIUM_PATCH "1")
16
16
SET(VERSION "${STELLARIUM_MAJOR}.${STELLARIUM_MINOR}.${STELLARIUM_PATCH}")
17
17
SET(PACKAGE stellarium)
18
18