- Timestamp:
- Aug 11, 2013, 4:36:03 PM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- f1a71c8, 441fd42, 883b421
- Parents:
- 685cca7
- git-author:
- Anders Kaseorg <andersk@mit.edu> (06/20/13 12:08:41)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (08/11/13 16:36:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r120dac7 rca1fb26a 64 64 #include "window.h" 65 65 66 #ifndef OWL_VERSION_STRING 67 #ifdef GIT_VERSION 68 #define stringify(x) __stringify(x) 69 #define __stringify(x) #x 70 #define OWL_VERSION_STRING stringify(GIT_VERSION) 71 #else 72 #define OWL_VERSION_STRING PACKAGE_VERSION 73 #endif 74 #endif /* !OWL_VERSION_STRING */ 66 extern const char *version; 75 67 76 68 /* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset
for help on using the changeset viewer.