diff options
author | Richard Hughes <richard@hughsie.com> | 2015-04-10 12:03:35 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2015-04-10 12:03:35 +0100 |
commit | fb3d56dd6e0fd1f0f767115202d99e1fa965ee38 (patch) | |
tree | b5a7648132d1e5c54162d8cda45e9b219d396f71 /configure.ac | |
parent | 85b1dae71e2d138bd616e5be0bb558489dc36f20 (diff) | |
download | appstream-glib-fb3d56dd6e0fd1f0f767115202d99e1fa965ee38.tar.gz |
trivial: post-branch version bump
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ed0201b..f93bbb2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.63) m4_define([as_major_version], [0]) -m4_define([as_minor_version], [3]) -m4_define([as_micro_version], [7]) +m4_define([as_minor_version], [4]) +m4_define([as_micro_version], [0]) m4_define([as_version], [as_major_version.as_minor_version.as_micro_version]) |