Show
Ignore:
Timestamp:
06/13/08 04:51:10 (5 months ago)
Author:
edmanm
Message:

r557@thebe: edmanm | 2008-06-13 04:51:47 -0400
Bump trunk to 0.1.5-svn since I'm sure we'll be doing one of those in the near
future.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CMakeLists.txt

    r2715 r2718  
    1414set(VER_MAJOR   "0") 
    1515set(VER_MINOR   "1") 
    16 set(VER_PATCH   "4") 
    17 set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") 
     16set(VER_PATCH   "5") 
     17set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn") 
    1818message(STATUS  "Configuring Vidalia ${VERSION}") 
    1919project(Vidalia)