Poof, this is 6.0.0.

This commit is contained in:
John Goerzen 2008-05-20 00:01:51 -05:00
parent c18f8b9fad
commit 3862c8e1a0
4 changed files with 10 additions and 3 deletions

View File

@ -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')

7
debian/changelog vendored
View 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.

View File

@ -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')

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "5.99.15"
versionstr = "6.0.0"
versionlist = versionstr.split(".")
major = versionlist[0]