Commit a662abc7 authored by Tomas Touceda's avatar Tomas Touceda
Browse files

Update version to 0.2.16 in CMakeLists

parent 32045752
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
set(VER_MAJOR   "0")
set(VER_MINOR   "2")
set(VER_PATCH   "16")
set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git")
set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
message(STATUS  "Configuring Vidalia ${VERSION}")
project(Vidalia)