diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-01-10 17:15:37 +0000 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-01-14 11:32:14 +0000 |
commit | 513f25c7efba23d76e1cbab37f560d8e82e9e821 (patch) | |
tree | 264bf61a612a51d4da6be6e933ee3e963814b92d /config | |
parent | 6f047915018e286b6f05d0e87866d5f18c9901cd (diff) |
add LIBO_VERSION_* macros and a config header for them to live in.
Change-Id: Ia6735e3e7f3231722231e9d7a4c9839f08038b96
Signed-off-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config_version.h.in | 14 |
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 |