summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-01-10 17:15:37 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-01-10 17:39:03 +0000
commit364cce0a511d3e7a3bbc51e09895999fbdf0dbe1 (patch)
treeeb9e482aee7c1ee1638c0ace738dba4b4d5a2192 /config
parent3d78fe6b23eb3d6552bf5ed65f3a8ead081533d1 (diff)
add LIBO_VERSION_* macros and a config header for them to live in.
Change-Id: Ia6735e3e7f3231722231e9d7a4c9839f08038b96
Diffstat (limited to 'config')
-rw-r--r--config/config_version.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/config_version.h.in b/config/config_version.h.in
new file mode 100644
index 000000000000..caaa9c4d0e5a
--- /dev/null
+++ b/config/config_version.h.in
@@ -0,0 +1,14 @@
+/*
+Version settings
+ version 4.0.0.1 is Major.Minor.Micro.Patch
+*/
+
+#ifndef CONFIG_VERSION_H
+#define CONFIG_VERSION_H
+
+#undef LIBO_VERSION_MAJOR
+#undef LIBO_VERSION_MINOR
+#undef LIBO_VERSION_MICRO
+#undef LIBO_VERSION_PATCH
+
+#endif