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

Update version for release

parent 8035b463
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   "3")
set(VER_PATCH   "2")
set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git")
set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-alpha")
message(STATUS  "Configuring Vidalia ${VERSION}")
project(Vidalia)