diff --git a/AUTHORS b/AUTHORS index 745b241..df3f6b5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ -Adam Blackburn (compwiz18@users.sourceforge.net) +Adam Blackburn (compwiz18@gmail.com) Dan O'Reilly (oreilldf@gmail.com) diff --git a/setup.py b/setup.py index 5c88c27..ea84e93 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Copyright (C) 2007 - 2008 Adam Blackburn -# Copyright (C) 2007 - 2008 Dan O'Reilly +# Copyright (C) 2007 - 2009 Adam Blackburn +# Copyright (C) 2007 - 2009 Dan O'Reilly # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License Version 2 as @@ -25,7 +25,8 @@ import subprocess # Be sure to keep this updated! # VERSIONNUMBER -VERSION_NUM = '1.6.0' +VERSION_NUM = '1.6.0a1' +# REVISION_NUM is automatically updated REVISION_NUM = 'unknown' CURSES_REVNO = 'r273'