diff options
Diffstat (limited to 'Mailman/Version.py')
| -rw-r--r-- | Mailman/Version.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index e78800cb3..b3760dd8b 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -14,4 +14,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -VERSION = '1.2 (experimental)' +# Mailman version +VERSION = '1.2 (beta 1)' + +# Data file version number, for changes to the schema +DATA_FILE_VERSION = 17 |
