[libgxps] Fix MAJOR/MINOR/MICRO version macros
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgxps] Fix MAJOR/MINOR/MICRO version macros
- Date: Sat, 21 Jan 2012 09:09:07 +0000 (UTC)
commit 9c5daf15dc6614f01f003ed91161e9a11c396331
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sat Jan 21 10:03:02 2012 +0100
Fix MAJOR/MINOR/MICRO version macros
We need to add a space between macro name and parentheses so that it's
not considered a macro parameter.
libgxps/gxps-version.h.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgxps/gxps-version.h.in b/libgxps/gxps-version.h.in
index 6ad02e8..0a20d54 100644
--- a/libgxps/gxps-version.h.in
+++ b/libgxps/gxps-version.h.in
@@ -39,7 +39,7 @@
* The major version number of the GXPS header files (e.g. in GXPS version
* 0.1.2 this is 0.)
*/
-#define GXPS_MAJOR_VERSION(@GXPS_MAJOR_VERSION@)
+#define GXPS_MAJOR_VERSION (@GXPS_MAJOR_VERSION@)
/**
* GXPS_MINOR_VERSION:
@@ -47,7 +47,7 @@
* The major version number of the GXPS header files (e.g. in GXPS version
* 0.1.2 this is 1.)
*/
-#define GXPS_MINOR_VERSION(@GXPS_MINOR_VERSION@)
+#define GXPS_MINOR_VERSION (@GXPS_MINOR_VERSION@)
/**
* GXPS_MICRO_VERSION:
@@ -55,7 +55,7 @@
* The micro version number of the GXPS header files (e.g. in GXPS version
* 0.1.2 this is 2.)
*/
-#define GXPS_MICRO_VERSION(@GXPS_MICRO_VERSION@)
+#define GXPS_MICRO_VERSION (@GXPS_MICRO_VERSION@)
/**
* GXPS_VERSION_STRING:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]