Poof, this is 6.0.0.
This commit is contained in:
parent
c18f8b9fad
commit
3862c8e1a0
@ -18,4 +18,4 @@
|
|||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('5.99.15')
|
init.startup('6.0.0')
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
offlineimap (5.99.15) unstable; urgency=low
|
||||||
|
|
||||||
* Finally fix the LocalStatus issues. Closes: #479798.
|
* Finally fix the LocalStatus issues. Closes: #479798.
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('5.99.15')
|
init.startup('6.0.0')
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "5.99.15"
|
versionstr = "6.0.0"
|
||||||
|
|
||||||
versionlist = versionstr.split(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user