diff options
author | Christoph Wickert <wickert@kolabsys.com> | 2010-12-13 01:08:05 (GMT) |
---|---|---|
committer | Christoph Wickert <wickert@kolabsys.com> | 2010-12-13 01:08:05 (GMT) |
commit | 6d34adb5141d41e08025c9a8e25d65a9b8375a2b (patch) | |
tree | 0ddbaa6b523973708906bbf45fb33f8ea82dd59b | |
parent | 554527b8cdd664040009477802eabf906ea20454 (diff) | |
download | perl-Kolab-2.3-stable.tar.gz |
Bump version numbers to 2.3perl-Kolab-2.3.02.3-alpha2.3-stable
-rw-r--r-- | lib/Kolab.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kolab.pm b/lib/Kolab.pm index 654834a..a12846d 100644 --- a/lib/Kolab.pm +++ b/lib/Kolab.pm @@ -59,7 +59,7 @@ our @EXPORT = qw( ); # The Kolab version number for the perl-kolab package -our $KOLAB_BASE_VERSION = "2.2.3"; +our $KOLAB_BASE_VERSION = "2.3"; # Are current releases cvs based or is this a real release? my $KOLAB_CVS = 1; @@ -67,7 +67,7 @@ my $KOLAB_CVS = 1; our $KOLAB_RELEASE = sprintf "%0004d%02d%02d", ((gmtime)[5] + 1900), ((gmtime)[4] + 1), (gmtime)[3]; if ($KOLAB_CVS) { - our $KOLAB_VERSION = $KOLAB_BASE_VERSION . "+cvs"; + our $KOLAB_VERSION = $KOLAB_BASE_VERSION . "+git"; our $VERSION = $KOLAB_VERSION . $KOLAB_RELEASE; } else { our $KOLAB_VERSION = $KOLAB_BASE_VERSION; |