Changeset 2419

Show
Ignore:
Timestamp:
03/17/08 22:33:47 (10 months ago)
Author:
edmanm
Message:

r221@lysithea: edmanm | 2008-03-17 22:33:42 -0400
A new Torbutton relesed yesterday. Looks like Tor 0.2.0.22-rc is about to
roll. So why not do a Vidalia 0.1.1 while we're at it?

Location:
vidalia/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CHANGELOG

    r2410 r2419  
    1 0.1.1   xx-xxx-2008 
     10.1.1   17-Mar-2008 
    22  o Use CMake to configure the version number that ends up getting displayed 
    33    in the About box. 
  • vidalia/trunk/CMakeLists.txt

    r2373 r2419  
    1515set(VER_MINOR   "1") 
    1616set(VER_PATCH   "1") 
    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)