Changeset 2456
- Timestamp:
- 03/24/08 18:18:59 (5 months ago)
- Location:
- vidalia/trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/CHANGELOG
r2438 r2456 1 0.1.2 xx-xxx-20081 0.1.2 24-Mar-2008 2 2 o Correctly load the CA certificate used to verify SSL connections to the 3 3 GeoIP server. This caused Vidalia >= 0.1.0 clients built against Qt >= -
vidalia/trunk/CMakeLists.txt
r2444 r2456 15 15 set(VER_MINOR "1") 16 16 set(VER_PATCH "2") 17 set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH} -svn")17 set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") 18 18 message(STATUS "Configuring Vidalia ${VERSION}") 19 19 project(Vidalia)
