From 9967bdb6208c482a640da0895c72854930108d6d Mon Sep 17 00:00:00 2001
From: einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>
Date: Thu, 15 Mar 2007 03:08:34 +0000
Subject: Updating version strings

git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@904 4979c152-3d1c-0410-bac9-87ea11338e46
---
 LedgerSMB.pm      | 2 +-
 LedgerSMB/Form.pm | 2 +-
 VERSION           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LedgerSMB.pm b/LedgerSMB.pm
index 7a3aa56f..19ab208c 100755
--- a/LedgerSMB.pm
+++ b/LedgerSMB.pm
@@ -104,7 +104,7 @@ sub new {
 	#menubar will be deprecated, replaced with below
 	$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-	$self->{version} = "1.2.0 Beta 2";
+	$self->{version} = "1.3.0 Alpha 0 Pre";
 	$self->{dbversion} = "1.2.0";
 
 	bless $self, $type;
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index f0b7a3cb..25e857c1 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -71,7 +71,7 @@ sub new {
 	#menubar will be deprecated, replaced with below
 	$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-	$self->{version} = "1.2.0 Beta 2";
+	$self->{version} = "1.3.0 Alpha 0 Pre";
 	$self->{dbversion} = "1.2.0";
 
 	bless $self, $type;
diff --git a/VERSION b/VERSION
index 7dcdaa06..a28b02bb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.0 Beta 2
+1.3.0 Alpha 0 Pre
-- 
cgit v1.2.3