diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-21 10:53:41 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-21 14:08:34 -0500 |
| commit | 7aae8cc5262c1b36e3196845d62489b76af9063f (patch) | |
| tree | 4c6b9c8a471fec380264cc5844c3f73fe75ccb18 /render/version.h.in | |
| parent | a03b817aeb7fe32be881c30d50fab79455db08c5 (diff) | |
Set up work for making a 3.5 prerelease.
Set version stuff to 3.5.0-rc1.
Copy the CHANGELOG from 3.4-working.
Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5
Rename the "render" directory to "obrender" so that the public headers can be
installed in <obrender/*>
Diffstat (limited to 'render/version.h.in')
| -rw-r--r-- | render/version.h.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/render/version.h.in b/render/version.h.in deleted file mode 100644 index 0ff30b57..00000000 --- a/render/version.h.in +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef rr__version_h -#define rr__version_h - -#define RR_MAJOR_VERSION @RR_MAJOR_VERSION@ -#define RR_MINOR_VERSION @RR_MINOR_VERSION@ -#define RR_MICRO_VERSION @RR_MICRO_VERSION@ -#define RR_VERSION RR_MAJOR_VERSION.RR_MINOR_VERSION.RR_MICRO_VERSION - -#define RR_CHECK_VERSION(major,minor,micro) \ - (RR_MAJOR_VERSION > (major) || \ - (RR_MAJOR_VERSION == (major) && RR_MINOR_VERSION > (minor)) || \ - (RR_MAJOR_VERSION == (major) && RR_MINOR_VERSION == (minor) && \ - RR_MICRO_VERSION >= (micro))) - -#endif |
