Changeset ffcb00


Ignore:
Timestamp:
08/20/09 14:06:48 (4 years ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('2.0', '0b4fd7477e6d153e12b58a090dbdd47e825aac4a')('light-2.0', 'a53e1e1ce5104640a0fe516f60ccd61c37e465dc')
Children:
86b9912d7b6103aa93e669c8dd6be8777c3d490b
Parents:
843df1b14e69a14f5feb952b414ab28c29930bf0
git-author:
Micke Prag <micke.prag@telldus.se>2009-08-20 12:06:48+00:00
git-committer:
Micke Prag <micke.prag@telldus.se>2009-08-20 12:06:48+00:00
Message:

Added telldus-core version to CMake

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    rf444ae1 rffcb00  
    99SET(PACKAGE_VERSION 2) 
    1010SET(PACKAGE_SOVERSION 2.0.0) 
     11 
     12SET(DISPLAYED_VERSION 2.0.0_beta1) 
    1113 
    1214SET(BUILD_LIBTELLDUS-CORE       TRUE    CACHE BOOL "Build libtelldus-core") 
  • tdtool/CMakeLists.txt

    rbcf7e2 rffcb00  
    1414) 
    1515 
     16ADD_DEFINITIONS( -DVERSION='"${DISPLAYED_VERSION}"' ) 
     17 
    1618IF (APPLE) 
    1719        TARGET_LINK_LIBRARIES(tdtool 
  • tdtool/main.cpp

    r96a6bb rffcb00  
    5858 
    5959void print_version() { 
    60         printf("tdtool 2.0\n"); 
     60        printf("tdtool " VERSION "\n"); 
    6161        printf("\n"); 
    6262        printf("Report bugs to <info.tech@telldus.se>\n"); 
Note: See TracChangeset for help on using the changeset viewer.