Changeset 2377

Show
Ignore:
Timestamp:
03/01/08 20:21:07 (10 months ago)
Author:
edmanm
Message:

r166@lysithea: edmanm | 2008-03-01 20:19:34 -0500
vidalia.h missed the boat when we moved to CMake. Now we properly configure
the version number in it, instead of leaving that value hardcoded.

Location:
vidalia/trunk
Files:
1 added
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CHANGELOG

    r2370 r2377  
     10.1.1   xx-xxx-2008 
     2  o Use CMake to configure the version number that ends up getting displayed 
     3    in the About box. 
     4 
     5 
    160.1.0   01-Mar-2008 
    27  o Migrate to CMake as our build system, instead of the previous mix of 
  • vidalia/trunk/src/vidalia/CMakeLists.txt

    r2362 r2377  
    1717  ${CMAKE_CURRENT_SOURCE_DIR}/config 
    1818  ${CMAKE_CURRENT_SOURCE_DIR}/help/browser 
     19) 
     20configure_file( 
     21  ${CMAKE_CURRENT_SOURCE_DIR}/vidalia.h.in 
     22  ${CMAKE_CURRENT_SOURCE_DIR}/vidalia.h 
    1923) 
    2024configure_file(