diff roundup/__init__.py @ 773:6e6c63a57df9

[SF#569415] {version]]
author Richard Jones <richard@users.sourceforge.net>
date Mon, 17 Jun 2002 23:14:44 +0000
parents 18134bffab37
children 0855af68bbe9
line wrap: on
line diff
--- a/roundup/__init__.py	Sun Jun 16 01:05:15 2002 +0000
+++ b/roundup/__init__.py	Mon Jun 17 23:14:44 2002 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: __init__.py,v 1.6 2001-08-07 00:24:42 richard Exp $
+# $Id: __init__.py,v 1.7 2002-06-17 23:14:44 richard Exp $
 
 __doc__ = '''
 This is a simple-to-use and -install issue-tracking system with
@@ -65,8 +65,13 @@
 much prettier cake :)
 '''
 
+__version__ = '1.4.2rc1'
+
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.6  2001/08/07 00:24:42  richard
+# stupid typo
+#
 # Revision 1.5  2001/08/07 00:15:51  richard
 # Added the copyright/license notice to (nearly) all files at request of
 # Bizar Software.

Roundup Issue Tracker: http://roundup-tracker.org/