summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLedgerSMB/Form.pm2
-rw-r--r--VERSION2
2 files changed, 2 insertions, 2 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 61f0eb77..c009d114 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 3";
+ $self->{version} = "1.2.0 Beta 4";
$self->{dbversion} = "1.2.0";
bless $self, $type;
diff --git a/VERSION b/VERSION
index a0bd7fe6..ce00b2d6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.0 Beta 3
+1.2.0 Beta 4