- Timestamp:
- May 21, 2008, 6:03:42 PM (14 years ago)
- Location:
- trunk/yat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/Makefile.am
r1275 r1319 27 27 SUBDIRS = classifier random regression statistics utility 28 28 29 include_yatdir = $(includedir)/yat 30 31 include_yat_HEADERS = yat-config.h 32 29 33 lib_LTLIBRARIES = libyat.la 30 34 -
trunk/yat/utility/version.cc
r1316 r1319 23 23 24 24 #include "version.h" 25 #include " config.h"25 #include "yat/yat-config.h" 26 26 27 27 namespace theplu { … … 49 49 std::string version(void) 50 50 { 51 return VERSION;51 return YAT_VERSION; 52 52 } 53 53
Note: See TracChangeset
for help on using the changeset viewer.