From 292007bfd531165855a22626e59fc99583c586aa Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 18 Aug 2008 04:56:23 +0000 Subject: Version number updates, changelog and release notes forthcoming git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2277 4979c152-3d1c-0410-bac9-87ea11338e46 --- Build.PL | 2 +- LedgerSMB/Form.pm | 2 +- Makefile.PL | 2 +- VERSION | 2 +- dists/rpm/ledgersmb.spec | 2 +- dists/source/build.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Build.PL b/Build.PL index ef9bf378..bd39de1c 100644 --- a/Build.PL +++ b/Build.PL @@ -5,7 +5,7 @@ use Module::Build; my $build = Module::Build->new ( dist_name => 'LedgerSMB', - dist_version => '1.2.14', + dist_version => '1.2.15', license => 'GPL', requires => { 'perl' => '>= 5.8.1', diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index e37de58a..b59683c2 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -88,7 +88,7 @@ sub new { #menubar will be deprecated, replaced with below $self->{lynx} = 1 if $self->{path} =~ /lynx/i; - $self->{version} = "1.2.14"; + $self->{version} = "1.2.15"; $self->{dbversion} = "1.2.0"; bless $self, $type; diff --git a/Makefile.PL b/Makefile.PL index 8182f033..a01716ec 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use warnings; use inc::Module::Install 0.65; name 'LedgerSMB'; -version '1.2.14'; +version '1.2.15'; license 'GPL'; perl_version '5.8.1'; diff --git a/VERSION b/VERSION index 3f54916a..0801e359 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.14 +1.2.15 diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec index f8f50801..a7d41748 100644 --- a/dists/rpm/ledgersmb.spec +++ b/dists/rpm/ledgersmb.spec @@ -1,7 +1,7 @@ # RPM spec written for and tested on Fedora Core 6 Summary: LedgerSMB - Open Source accounting software Name: ledgersmb -Version: 1.2.14 +Version: 1.2.15 Release: 1 License: GPLv2+ URL: http://www.ledgersmb.org/ diff --git a/dists/source/build.sh b/dists/source/build.sh index 122df9eb..d5df294c 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -9,7 +9,7 @@ else pgdoc="true"; fi -version="1.2.14"; +version="1.2.15"; #rpmversion="1.2.6"; build_d="../release"; -- cgit v1.2.3