]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix version number
authorAndrea Bolognani <abologna@redhat.com>
Mon, 5 Dec 2016 07:47:50 +0000 (08:47 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 5 Dec 2016 07:47:50 +0000 (08:47 +0100)
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
docs/news.html.in

index 85eb5e5db9c1b8268eb21356b33d4aa8e1f275aa..3802e5910c94caee9da9a28ccefbf7a8b45cba8f 100644 (file)
@@ -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])
index 502783572aedc2908dd9fa188e60f5a7c424669e..12dcb0141b7fec42aebdf308187bebabce72b651 100644 (file)
@@ -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>