diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-02-16 23:04:31 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-02-16 23:04:31 +0000 |
commit | 0bd892accf3b63c2ecd951603d2e259b1a7a9a12 (patch) | |
tree | 1ea4aca7d315bf56e54f371d467d21ba95d2d627 /dists | |
parent | e8a5e1c576b1cd2b7a9d4a1585ad8933b6570033 (diff) |
Updating version numbers and release notes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2072 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists')
-rw-r--r-- | dists/rpm/ledgersmb.spec | 2 | ||||
-rw-r--r-- | dists/source/build.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec index 88fc9d6d..3469fc3b 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.12 +Version: 1.2.13 Release: 1 License: GPLv2+ URL: http://www.ledgersmb.org/ diff --git a/dists/source/build.sh b/dists/source/build.sh index a42e644d..09f47333 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -9,7 +9,7 @@ else pgdoc="true"; fi -version="1.2.12"; +version="1.2.13"; #rpmversion="1.2.6"; build_d="../release"; |