summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLedgerSMB.pm2
-rwxr-xr-xLedgerSMB/Form.pm2
-rw-r--r--VERSION2
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