[Spambayes-checkins] spambayes/spambayes Version.py,1.21,1.22

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Sep 14 21:00:20 EDT 2003


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv9175/spambayes

Modified Files:
	Version.py 
Log Message:
Add a (basic) check for version option to the pop3proxy tray app.

Also add binary version info for pop3proxy.  Since pop3proxy and Outlook will be using
the same installer, should this maybe be in some central location, rather than in each
of them?

Index: Version.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Version.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Version.py	14 Sep 2003 23:46:49 -0000	1.21
--- Version.py	15 Sep 2003 01:00:18 -0000	1.22
***************
*** 49,52 ****
--- 49,53 ----
          "POP3 Proxy" : {
              "Version":          0.2,
+             "BinaryVersion":    0.1,
              "Description":      "SpamBayes POP3 Proxy Beta2",
              "Date":             "September 2003",
***************
*** 55,58 ****
--- 56,66 ----
              "Full Description": """%(Description)s, version %(Version)s (%(Date)s),
  using %(InterfaceDescription)s, version %(InterfaceVersion)s""",
+             "Full Description Binary":
+                                 """%(Description)s, Binary version %(BinaryVersion)s (%(Date)s),
+ using %(InterfaceDescription)s, version %(InterfaceVersion)s""",
+             # Note this means we can change the download page later, and old
+             # versions will still go to the new page.
+             # We may also like to have a "Release Notes Page" item later?
+             "Download Page": "http://spambayes.sourceforge.net/windows.html"
          },
          "Lotus Notes Filter" : {





More information about the Spambayes-checkins mailing list