[Spambayes-checkins] spambayes/spambayes Version.py, 1.31.4.3, 1.31.4.4

Tony Meyer anadelonbrin at users.sourceforge.net
Tue Nov 23 04:31:52 CET 2004


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11109/spambayes

Modified Files:
      Tag: release_1_0-branch
	Version.py 
Log Message:
Bump some numbers for 1.0.1.

Index: Version.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Version.py,v
retrieving revision 1.31.4.3
retrieving revision 1.31.4.4
diff -C2 -d -r1.31.4.3 -r1.31.4.4
*** Version.py	9 Nov 2004 22:41:13 -0000	1.31.4.3
--- Version.py	23 Nov 2004 03:31:49 -0000	1.31.4.4
***************
*** 38,48 ****
              # "description" strings below - they just need to increment
              # so automated version checking works.
!             "Version":          1.0,
!             "BinaryVersion":    1.0,
              "Description":      "SpamBayes Outlook Addin",
!             "Date":             "July 2004",
!             "Full Description": "%(Description)s Version 1.0 (%(Date)s)",
              "Full Description Binary":
!                                 "%(Description)s Binary Version 1.0 (%(Date)s)",
              # Note this means we can change the download page later, and old
              # versions will still go to the new page.
--- 38,48 ----
              # "description" strings below - they just need to increment
              # so automated version checking works.
!             "Version":          1.0.1,
!             "BinaryVersion":    1.0.1,
              "Description":      "SpamBayes Outlook Addin",
!             "Date":             "November 2004",
!             "Full Description": "%(Description)s Version 1.0.1 (%(Date)s)",
              "Full Description Binary":
!                                 "%(Description)s Binary Version 1.0.1 (%(Date)s)",
              # Note this means we can change the download page later, and old
              # versions will still go to the new page.
***************
*** 53,63 ****
              # Note these version numbers also currently don't appear in the
              # "description" strings below - see above
!             "Version":          1.0,
!             "BinaryVersion":    1.0,
              "Description":      "SpamBayes POP3 Proxy",
!             "Date":             "July 2004",
!             "Full Description": """%(Description)s Version 1.0 (%(Date)s)""",
              "Full Description Binary":
!                                 """%(Description)s Binary Version 1.0 (%(Date)s)""",
              # Note this means we can change the download page later, and old
              # versions will still go to the new page.
--- 53,63 ----
              # Note these version numbers also currently don't appear in the
              # "description" strings below - see above
!             "Version":          1.0.1,
!             "BinaryVersion":    1.0.1,
              "Description":      "SpamBayes POP3 Proxy",
!             "Date":             "November 2004",
!             "Full Description": """%(Description)s Version 1.0.1 (%(Date)s)""",
              "Full Description Binary":
!                                 """%(Description)s Binary Version 1.0.1 (%(Date)s)""",
              # Note this means we can change the download page later, and old
              # versions will still go to the new page.
***************
*** 72,78 ****
          },
          "IMAP Filter" : {
!             "Version":          0.4,
              "Description":      "SpamBayes IMAP Filter",
!             "Date":             "May 2004",
              "Full Description": """%(Description)s Version %(Version)s (%(Date)s)""",
          },
--- 72,78 ----
          },
          "IMAP Filter" : {
!             "Version":          0.5,
              "Description":      "SpamBayes IMAP Filter",
!             "Date":             "November 2004",
              "Full Description": """%(Description)s Version %(Version)s (%(Date)s)""",
          },



More information about the Spambayes-checkins mailing list