]> Dogcows Code - chaz/openbox/blobdiff - version.h.in
Merge branch 'master' into chaz
[chaz/openbox] / version.h.in
index 70cfcec61c33b1c514e93b1d80106c2103c4ab0b..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_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.015986 seconds and 4 git commands to generate.