[libvirt] [PATCH 0/2] Post-release version bump to 3.0.0

Pushed as "trivial enough that I got it wrong the first time around" :/ Andrea Bolognani (2): Post-release version bump to 2.6.0 Fix version number configure.ac | 2 +- docs/news.html.in | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) -- 2.7.4

--- configure.ac | 2 +- docs/news.html.in | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 342db89..85eb5e5 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public dnl License along with this library. If not, see dnl <http://www.gnu.org/licenses/>. -AC_INIT([libvirt], [2.5.0], [libvir-list@redhat.com], [], [http://libvirt.org]) +AC_INIT([libvirt], [2.6.0], [libvir-list@redhat.com], [], [http://libvirt.org]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) diff --git a/docs/news.html.in b/docs/news.html.in index 3ede17c..5027835 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -12,6 +12,16 @@ <a href="http://libvirt.org/git/?p=libvirt.git;a=log">git log</a>. </p> + <h3>v2.6.0 (<i>unreleased</i>)</h3> + <ul> + <li><strong>New features</strong> + </li> + <li><strong>Improvements</strong> + </li> + <li><strong>Bug fixes</strong> + </li> + </ul> + <h3>v2.5.0 (2016-12-04)</h3> <ul> <li><strong>New features</strong> -- 2.7.4

The next release will be the first one of 2017, so the version number will be 3.0.0 rather than 2.6.0. --- configure.ac | 2 +- docs/news.html.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 85eb5e5..3802e59 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public dnl License along with this library. If not, see dnl <http://www.gnu.org/licenses/>. -AC_INIT([libvirt], [2.6.0], [libvir-list@redhat.com], [], [http://libvirt.org]) +AC_INIT([libvirt], [3.0.0], [libvir-list@redhat.com], [], [http://libvirt.org]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) diff --git a/docs/news.html.in b/docs/news.html.in index 5027835..12dcb01 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -12,7 +12,7 @@ <a href="http://libvirt.org/git/?p=libvirt.git;a=log">git log</a>. </p> - <h3>v2.6.0 (<i>unreleased</i>)</h3> + <h3>v3.0.0 (<i>unreleased</i>)</h3> <ul> <li><strong>New features</strong> </li> -- 2.7.4
participants (1)
-
Andrea Bolognani