Show
Ignore:
Timestamp:
03/25/08 20:21:25 (8 months ago)
Author:
edmanm
Message:

r281@lysithea: edmanm | 2008-03-25 20:21:20 -0400
Uh. Where'd my "-svn" go?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CMakeLists.txt

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