Changeset ffcb00
- Timestamp:
- 08/20/09 14:06:48 (4 years ago)
- 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
- Files:
-
- 3 edited
-
CMakeLists.txt (modified) (1 diff)
-
tdtool/CMakeLists.txt (modified) (1 diff)
-
tdtool/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
rf444ae1 rffcb00 9 9 SET(PACKAGE_VERSION 2) 10 10 SET(PACKAGE_SOVERSION 2.0.0) 11 12 SET(DISPLAYED_VERSION 2.0.0_beta1) 11 13 12 14 SET(BUILD_LIBTELLDUS-CORE TRUE CACHE BOOL "Build libtelldus-core") -
tdtool/CMakeLists.txt
rbcf7e2 rffcb00 14 14 ) 15 15 16 ADD_DEFINITIONS( -DVERSION='"${DISPLAYED_VERSION}"' ) 17 16 18 IF (APPLE) 17 19 TARGET_LINK_LIBRARIES(tdtool -
tdtool/main.cpp
r96a6bb rffcb00 58 58 59 59 void print_version() { 60 printf("tdtool 2.0\n");60 printf("tdtool " VERSION "\n"); 61 61 printf("\n"); 62 62 printf("Report bugs to <info.tech@telldus.se>\n");
Note: See TracChangeset
for help on using the changeset viewer.
