upissue Version no
authorDirk Koopman <djk@tobit.co.uk>
Tue, 6 May 2008 15:39:54 +0000 (16:39 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Tue, 6 May 2008 15:39:54 +0000 (16:39 +0100)
Changes
perl/Version.pm

diff --git a/Changes b/Changes
index 66f67086772f56f83c982edf8430e53ac4c3f4b1..7dfef64a1db7bdeba1671a9efb591d2bf4d71124 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@
 1. Finally made the incompatible change of changing DXUser->get* to
 DXUser::get*. This will break any third party addons or commands use these
 commands.
+2. Change version to 1.55
 22Apr08=======================================================================
 1. Added two Xmas Is calls.
 15Apr08=======================================================================
index aded7d3d7da96eec85c0c3bf4a572ba568ebf625..55e382339a46633933886a1c63024fbbc6a69f28 100644 (file)
@@ -9,8 +9,8 @@ package main;
 
 use vars qw($version $subversion $build);
 
-$version = '1.54';
+$version = '';
 $subversion = '0';
-$build = '220';
+$build = '1';
 
 1;