sources/version.cpp

changeset 69
eb4c25284a19
parent 64
5e968dc8d552
child 73
07dda51a7a8e
equal deleted inserted replaced
68:202e74157de5 69:eb4c25284a19
38 #include "version.h" 38 #include "version.h"
39 #include "hginfo.h" 39 #include "hginfo.h"
40 40
41 // ------------------------------------------------------------------------------------------------- 41 // -------------------------------------------------------------------------------------------------
42 // 42 //
43 FUNCTION 43 const char* full_version_string()
44 full_version_string() -> const char*
45 { 44 {
46 #ifdef IS_RELEASE 45 #ifdef IS_RELEASE
47 return VERSION_STRING; 46 return VERSION_STRING;
48 #else 47 #else
49 static char buffer[128] = {0}; 48 static char buffer[128] = {0};
60 #endif 59 #endif
61 } 60 }
62 61
63 // ------------------------------------------------------------------------------------------------- 62 // -------------------------------------------------------------------------------------------------
64 // 63 //
65 FUNCTION 64 const char* changeset_date_string()
66 changeset_date_string() -> const char*
67 { 65 {
68 return HG_DATE_STRING; 66 return HG_DATE_STRING;
69 } 67 }

mercurial