Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Apr 30, 2016
1 parent d588926 commit 4f05e7c
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 @@ -179,7 +179,7 @@ use Try::Tiny;
use DBI;

use base qw(LedgerSMB::Request);
our $VERSION = '1.4.28-dev';
our $VERSION = '1.4.28';

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 @@ -174,8 +174,8 @@ sub new {
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );

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

bless $self, $type;

Expand Down
2 changes: 1 addition & 1 deletion dists/rpm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# One must run the source file build first.

VERSION="1.4.28-dev"
VERSION="1.4.28"
hg archive -ttgz ~/ledgersmb.tar.gz

# Remove Dojo
Expand Down
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.4.28-dev
Version: 1.4.28
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.4.28-dev";
version="1.4.28";
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.4

Latest Revision: 1.4.28-dev
Latest Revision: 1.4.28

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 @@ -1362,7 +1362,7 @@ sinumber|1
sonumber|1
yearend|1
businessnumber|1
version|1.4.28-dev
version|1.4.28
closedto|\N
revtrans|1
ponumber|1
Expand Down

0 comments on commit 4f05e7c

Please sign in to comment.