Show
Ignore:
Timestamp:
05/25/08 21:32:55 (6 months ago)
Author:
edmanm
Message:

r357@thebe: edmanm | 2008-05-25 21:33:32 -0400
Bump to 0.1.3 and give the changelog a date.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CMakeLists.txt

    r2602 r2603  
    1515set(VER_MINOR   "1") 
    1616set(VER_PATCH   "3") 
    17 set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn") 
     17set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") 
    1818message(STATUS  "Configuring Vidalia ${VERSION}") 
    1919project(Vidalia)