[network-manager-applet/NMA_0_8] release: bump version to 0.8.3



commit a3b5ec51555a6c255e4c768ffd7bd3bbcadee1b5
Author: Dan Williams <dcbw redhat com>
Date:   Tue Nov 16 17:50:59 2010 -0600

    release: bump version to 0.8.3
    
    Releases with an odd "micro" number are development releases.
    Releases with an even "micro" number are stable, supported releases.
    
    This scheme is used by many projects like cairo and others, and
    enables developers to more easily work with development codebases,
    while not having any impact on normal users at all.

 configure.ac |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9eeef6c..15a79b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 AC_INIT([nm-applet],
-        [0.8.2],
+        [0.8.3],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager],
         [network-manager-applet])
 
@@ -69,10 +69,10 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0)
 PKG_CHECK_MODULES(NMA,
 		[dbus-glib-1 >= 0.74
 		 glib-2.0 >= 2.16
-		 NetworkManager >= 0.8.2
-		 libnm-glib >= 0.8.2
-		 libnm-util >= 0.8.2
-		 libnm-glib-vpn >= 0.8.2
+		 NetworkManager >= 0.8.3
+		 libnm-glib >= 0.8.3
+		 libnm-util >= 0.8.3
+		 libnm-glib-vpn >= 0.8.3
 		 gtk+-2.0 >= 2.14
 		 libglade-2.0
 		 gmodule-export-2.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]