Frees the orig variable in the path_split function
[git-cheetah.git] / common / version.in
blob8bd0771dfe2ce22a5fa82c12ce966bed61913ae1
1 \r
2 /*\r
3  * defines, originally used by resource files\r
4  * VERSION should be formatted for FILEVERSION field\r
5  *         There are windres-specific requirements:\r
6  *         - WORD's must be separated with commas\r
7  *         - there must be exactly four (4) WORD's\r
8  * VERSION_STRING is a string, usually matching FILEVERSION\r
9  * COMMENTS is just a string\r
10  */\r
11 #define GIT_CHEETAH_VERSION @@GIT_CHEETAH_VERSION@@\r
12 #define GIT_CHEETAH_VERSION_STRING "@@GIT_CHEETAH_VERSION@@"\r
13 #define GIT_CHEETAH_COMMENTS "@@GIT_CHEETAH_COMMENTS@@"\r
15 #define GIT_VERSION @@GIT_VERSION@@\r
16 #define GIT_VERSION_COMMENTS "@@GIT_VERSION_COMMENTS@@"\r