]> code.delx.au - offlineimap/commitdiff
Poof, this is 6.0.0. debian/6.0.0
authorJohn Goerzen <jgoerzen@complete.org>
Tue, 20 May 2008 05:01:51 +0000 (00:01 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Tue, 20 May 2008 05:01:51 +0000 (00:01 -0500)
bin/offlineimap
debian/changelog
offlineimap.py
offlineimap/version.py

index d09134678dbf374aafab6b4d54de25a8eb7c315e..26b06fe9121db0da7ef8a5034aaaf5495a2b07de 100755 (executable)
@@ -18,4 +18,4 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 from offlineimap import init
-init.startup('5.99.15')
+init.startup('6.0.0')
index 9731efef3814e0e30b43e44876f325373311705c..488ee954c6eaaa56fb5cc322f5a8260ffba611d5 100644 (file)
@@ -1,3 +1,10 @@
+offlineimap (6.0.0) unstable; urgency=low
+
+  * Updated version number to 6.0.0.  No other changes.  Calling this
+    the new stable version.
+
+ -- John Goerzen <jgoerzen@complete.org>  Tue, 20 May 2008 00:01:17 -0500
+
 offlineimap (5.99.15) unstable; urgency=low
 
   * Finally fix the LocalStatus issues.  Closes: #479798.
index da99c18507b30e97722f4fa482ca5786b8f8eeb2..ca32a21a209e86fab2351600ae9edbaa6ebf6f0c 100755 (executable)
@@ -18,4 +18,4 @@
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 from offlineimap import init
-init.startup('5.99.15')
+init.startup('6.0.0')
index 0ca68bc37c2037ed0dbf44391e35ab26a938615d..13c442678e3c97af285948e7964e4366d9dcd49d 100644 (file)
@@ -1,5 +1,5 @@
 productname = 'OfflineIMAP'
-versionstr = "5.99.15"
+versionstr = "6.0.0"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]