diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-02 15:02:05 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-02 15:59:44 -0500 |
| commit | de0873824e3072bf6c6f8ae24569ef7bf7a0017a (patch) | |
| tree | 3d4fe34e438a42da88ad862bbfa002bef7720dce /version.h.in | |
| parent | 1a1619c9a8394573638ed359706ebb1880ae46d1 (diff) | |
split the version.h into render/ and obt/ copies, with the appropriate version info
Diffstat (limited to 'version.h.in')
| -rw-r--r-- | version.h.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/version.h.in b/version.h.in deleted file mode 100644 index da3f02ef..00000000 --- a/version.h.in +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef ob__version_h -#define ob__version_h - -#define OB_MAJOR_VERSION @OB_MAJOR_VERSION@ -#define OB_MINOR_VERSION @OB_MINOR_VERSION@ -#define OB_MICRO_VERSION @OB_MICRO_VERSION@ -#define OB_VERSION OB_MAJOR_VERSION.OB_MINOR_VERSION.OB_MICRO_VERSION - -#define OB_CHECK_VERSION(major,minor,micro) \ - (OB_MAJOR_VERSION > (major) || \ - (OB_MAJOR_VERSION == (major) && OB_MINOR_VERSION > (minor)) || \ - (OB_MAJOR_VERSION == (major) && OB_MINOR_VERSION == (minor) && \ - OB_MICRO_VERSION >= (micro))) - -#endif |
