summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-23 05:45:30 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-23 05:45:30 +0000
commit0952a4c6c926b8603a7dbe70b5d24b003774d796 (patch)
tree136953448658a00204ff7cb75198c4a42f262842
parent619a89d477815e149b01317d88ab3710221b401b (diff)
Updated stuff for beta 3. Specfile needs to be moved to trunk
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@694 4979c152-3d1c-0410-bac9-87ea11338e46
-rwxr-xr-xLedgerSMB/Form.pm2
-rw-r--r--VERSION2
-rw-r--r--dists/rpm/ledgersmb.spec5
-rw-r--r--dists/source/build.sh2
4 files changed, 5 insertions, 6 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 3cb1765c..b63a595f 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -71,7 +71,7 @@ sub new {
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.0 Beta 2";
+ $self->{version} = "1.2.0 Beta 3";
$self->{dbversion} = "1.2.0";
bless $self, $type;
diff --git a/VERSION b/VERSION
index 7dcdaa06..a0bd7fe6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.0 Beta 2
+1.2.0 Beta 3
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec
index 8a6a9718..f7067fa5 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: ledger-smb
-Version: 1.2.0b2
+Version: 1.2.0b3
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
@@ -99,7 +99,6 @@ cp -rp *.pl favicon.ico index.html ledger-smb.eps ledger-smb.gif ledger-smb.png
bin LedgerSMB sql utils locale drivers \
Config Class Locale \
$RPM_BUILD_ROOT%{_datadir}/%{name}/
-rm $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup.pl,SL2LS.pl} # FIXME - install somewhere else...
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/locale/legacy
# users - written to by cgi
@@ -150,7 +149,7 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
%doc doc/{COPYRIGHT,faq.html,LedgerSMB-manual.pdf,README,release_notes}
-%doc BUGS Changelog CONTRIBUTORS INSTALL LICENSE README.sql-ledger README.translations TODO UPGRADE
+%doc BUGS Changelog CONTRIBUTORS INSTALL LICENSE README.translations TODO UPGRADE
%changelog
diff --git a/dists/source/build.sh b/dists/source/build.sh
index d9aed546..6f7b3355 100644
--- a/dists/source/build.sh
+++ b/dists/source/build.sh
@@ -2,7 +2,7 @@
# Simple script to prepare for release
-version="1.2.0b2";
+version="1.2.0b3";
build_d="../release";
if test -d $build_d/ledger-smb; then