commit ec3e72607779a22d359c2fdb2cec3381f2b9d8d6 Author: Tomás Touceda chiiph@torproject.org Date: Mon May 28 20:56:10 2012 -0300
Bump Vidalia to 0.2.19 --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index cdab126..c240c29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@
set(VER_MAJOR "0") set(VER_MINOR "2") -set(VER_PATCH "18") +set(VER_PATCH "19") set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia)
tor-commits@lists.torproject.org