]> code.delx.au - offlineimap/commitdiff
Updating version number to 4.0.16
authorJohn Goerzen <jgoerzen@complete.org>
Sat, 2 Dec 2006 20:59:02 +0000 (21:59 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Sat, 2 Dec 2006 20:59:02 +0000 (21:59 +0100)
Makefile
bin/offlineimap
offlineimap.py
offlineimap.spec
offlineimap/version.py

index a64ee511a4b03ab053c03b7853c4c407536e582f..ed5f50c5135db7dc2b3b2f71ee0287c798bd2544 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
 
index a1c91938d3cb935920ffeb28ba89c9f9909e1e22..95fd2fbf1da5d03378f566a33fb7476d74ea42d2 100644 (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')
index 84e106d525c83cbb4a2fa02718c2d6cf9f185fef..32009ac1b74501ae61247c18622abdc93ef9bc67 100644 (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')
index 3b5b7c6fbdf5f99a326e509f356404ad80fd86ba..7c0805cd30c42b15c72054f6261b89954d5209b9 100644 (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
index 7f2803435fd6405cf595b1b6ac28373093124462..f45bbfdd14284b5aa559b5ef324d58e4c05247dc 100644 (file)
@@ -1,5 +1,5 @@
 productname = 'OfflineIMAP'
-versionstr = "4.0.15"
+versionstr = "4.0.16"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]