Updating version number to 4.0.16

This commit is contained in:
John Goerzen 2006-12-02 21:59:02 +01:00
parent aa019172cb
commit 2d9c1ed9b8
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
VERSION=4.0.15
VERSION=4.0.16
TARGZ=offlineimap_$(VERSION).tar.gz
SHELL=/bin/bash

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from offlineimap import init
init.startup('4.0.15')
init.startup('4.0.16')

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init
init.startup('4.0.15')
init.startup('4.0.16')

View File

@ -1,6 +1,6 @@
Name: offlineimap
Summary: Powerful IMAP/Maildir synchronization and reader support
Version: 4.0.15
Version: 4.0.16
Release: 3
License: GPL
Group: Applications/Internet

View File

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