Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jul 30, 2016
1 parent 662cdb1 commit 2d1beab
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LedgerSMB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ $CGI::Simple::POST_MAX = -1;

package LedgerSMB;
use base 'LedgerSMB::Request';
our $VERSION = '1.3.48-dev';
our $VERSION = '1.3.48';

my $logger = Log::Log4perl->get_logger('LedgerSMB');

Expand Down
4 changes: 2 additions & 2 deletions LedgerSMB/Form.pm
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ sub new {
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );

$self->{version} = "1.3.48-dev";
$self->{dbversion} = "1.3.48-dev";
$self->{version} = "1.3.48";
$self->{dbversion} = "1.3.48";

bless $self, $type;

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.48-dev
1.3.48
2 changes: 1 addition & 1 deletion dists/rpm/ledgersmb.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RPM spec written for and tested on CentOS 4 and CentOS 5
Summary: LedgerSMB - Open Source accounting software
Name: ledgersmb
Version: 1.3.48-dev
Version: 1.3.48
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
Expand Down
2 changes: 1 addition & 1 deletion dists/source/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Simple script to prepare for release

version="1.3.48-dev";
version="1.3.48";
build_d="../release";

if test -d $build_d/ledgersmb; then
Expand Down
2 changes: 1 addition & 1 deletion doc/release_notes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RELEASE NOTES
LedgerSMB 1.3

Latest Revision: 1.3.48-dev, October 2014
Latest Revision: 1.3.48, October 2014

1: Welcome to LedgerSMB

Expand Down
2 changes: 1 addition & 1 deletion sql/Pg-database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ sinumber|1
sonumber|1
yearend|1
businessnumber|1
version|1.3.48-dev
version|1.3.48
closedto|\N
revtrans|1
ponumber|1
Expand Down

0 comments on commit 2d1beab

Please sign in to comment.