summaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-09 21:28:24 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-09 21:28:24 +0000
commit9ac438fcaa597205207c99d37463620ecbbf49c8 (patch)
tree347f6ab1bab83d53ce1456efecfc54c86b3be4a9 /dists
parent960ae04e2d468c89c8f9c3e9d3af4242d835ddfa (diff)
Updated version strings
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1048 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists')
-rw-r--r--dists/rpm/ledgersmb.spec2
-rw-r--r--dists/source/build.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec
index eb59a534..c7961e11 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.0
+Version: 1.2.1
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
diff --git a/dists/source/build.sh b/dists/source/build.sh
index 0b2517e6..7be63025 100644
--- a/dists/source/build.sh
+++ b/dists/source/build.sh
@@ -9,8 +9,8 @@ else
pgdoc="true";
fi
-version="1.2.0";
-rpmversion="1.2.0";
+version="1.2.1";
+rpmversion="1.2.1";
build_d="../release";
if test -d blib; then