diff options
-rwxr-xr-x | LedgerSMB.pm | 2 | ||||
-rwxr-xr-x | LedgerSMB/Form.pm | 2 | ||||
-rw-r--r-- | 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; @@ -1 +1 @@ -1.2.0 Beta 2 +1.3.0 Alpha 0 Pre |