summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-04-19 12:46:36 +0100
committerRichard Hughes <richard@hughsie.com>2018-04-19 12:46:36 +0100
commitd75ea6eecd66e271af136b8ba3020612b294ae21 (patch)
treeb9e19964cca0daaec5f5c3ebf6abdd4d49f01bd0
parent56b46cf0cda07ae081411e64662babb6c0e1d42a (diff)
downloadappstream-glib-d75ea6eecd66e271af136b8ba3020612b294ae21.tar.gz
trivial: Don't include the brackets in the version string
-rw-r--r--libappstream-glib/as-version.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libappstream-glib/as-version.h.in b/libappstream-glib/as-version.h.in
index 538c6a5..9b93b2a 100644
--- a/libappstream-glib/as-version.h.in
+++ b/libappstream-glib/as-version.h.in
@@ -40,9 +40,9 @@
/* compile time version
*/
-#define AS_MAJOR_VERSION (@AS_MAJOR_VERSION_CONF@)
-#define AS_MINOR_VERSION (@AS_MINOR_VERSION_CONF@)
-#define AS_MICRO_VERSION (@AS_MICRO_VERSION_CONF@)
+#define AS_MAJOR_VERSION @AS_MAJOR_VERSION_CONF@
+#define AS_MINOR_VERSION @AS_MINOR_VERSION_CONF@
+#define AS_MICRO_VERSION @AS_MICRO_VERSION_CONF@
/* check whether a As version equal to or greater than
* major.minor.micro.