~jackweirdy/vidalia/680192

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ulises Vitulli
  • Date: 2013-05-11 11:07:13 UTC
  • mfrom: (1.3.11)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20130511110713-8n6ug3guyinfrpf3
Tags: upstream-0.2.21
ImportĀ upstreamĀ versionĀ 0.2.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
set(VER_MAJOR   "0")
15
15
set(VER_MINOR   "2")
16
 
set(VER_PATCH   "20")
 
16
set(VER_PATCH   "21")
17
17
set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
18
18
message(STATUS  "Configuring Vidalia ${VERSION}")
19
19
project(Vidalia)