diff options
author | Dan Winship <danw@gnome.org> | 2014-03-07 14:10:27 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-05-01 11:53:16 -0400 |
commit | a31a04c0ed2b420e6772f1ec835bc5ff8b4a85f9 (patch) | |
tree | bcc011b26bda149d07e676bc85e9c9ebe2cfa6be /configure.ac | |
parent | 45605fe6fffe391f47dcbe9bff4ef7ea3e4cc4c7 (diff) | |
download | libsoup-a31a04c0ed2b420e6772f1ec835bc5ff8b4a85f9.tar.gz |
Bump version to 2.47, add 2.48 version macros
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 96bb378a..d71952a9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl *** Initialize automake and set version *** dnl ******************************************* m4_define([soup_major_version], [2]) -m4_define([soup_minor_version], [46]) +m4_define([soup_minor_version], [47]) m4_define([soup_micro_version], [0]) AC_PREREQ(2.63) |