diff options
-rwxr-xr-x | LedgerSMB/Form.pm | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | dists/source/build.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index 609a397b..cb109a56 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -70,7 +70,7 @@ sub new { #menubar will be deprecated, replaced with below $self->{lynx} = 1 if $self->{path} =~ /lynx/i; - $self->{version} = "1.2.0 Beta 1"; + $self->{version} = "1.2.0 Beta 2"; $self->{dbversion} = "1.2.0"; bless $self, $type; @@ -1 +1 @@ -1.2.0 Beta 1 +1.2.0 Beta 2 diff --git a/dists/source/build.sh b/dists/source/build.sh index 2062c4e8..d9aed546 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -2,7 +2,7 @@ # Simple script to prepare for release -version="1.2.0b1"; +version="1.2.0b2"; build_d="../release"; if test -d $build_d/ledger-smb; then |