]> Dogcows Code - chaz/openbox/blobdiff - version.h.in
Merge branch 'master' into chaz
[chaz/openbox] / version.h.in
index da3f02efc61eccf9b48fe9704bc54402d0ee2319..0602a2acc9ac35769ce6b530e39bad0dd957b1ee 100644 (file)
@@ -1,15 +1,6 @@
 #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)))
+#define OPENBOX_VERSION "@OB_VERSION@"
 
 #endif
This page took 0.019597 seconds and 4 git commands to generate.