diff options
-rw-r--r-- | LedgerSMB/Form.pm | 2 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index a7955240..2bbac899 100644 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -80,7 +80,7 @@ sub new { #menubar will be deprecated, replaced with below $self->{lynx} = 1 if $self->{path} =~ /lynx/i; - $self->{version} = "1.2.5"; + $self->{version} = "SVN Trunk"; $self->{dbversion} = "1.2.0"; bless $self, $type; @@ -1 +1 @@ -1.3.0 Alpha 0 Pre +SVN Trunk |