summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-11-01 14:03:17 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2010-11-01 14:03:17 +0100
commitff9b70d1c1dff93bca8474b824bb12bacb4cb800 (patch)
treee38f842fda021ad0a9b7182e0261687992f42994
parent748da43a1f11147e35aaf6fd30716a37091eaa5a (diff)
downloadorg-mode-ff9b70d1c1dff93bca8474b824bb12bacb4cb800.tar.gz
Update website to show 7.3 as current release
-rw-r--r--Makefile4
-rw-r--r--ORGWEBPAGE/index.org6
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1099c32..0b15abe 100644
--- a/Makefile
+++ b/Makefile
@@ -308,8 +308,8 @@ release:
make relup TAG=$(TAG)
make cleanrel
rm -rf org-$(TAG)
- rm org-$(TAG)*.zip
- rm org-$(TAG)*.tar.gz
+ rm -f org-$(TAG)*.zip
+ rm -f org-$(TAG)*.tar.gz
make pushreleasetag TAG=$(TAG)
git push -f origin maint
git checkout master
diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org
index 6ccc840..0fbf205 100644
--- a/ORGWEBPAGE/index.org
+++ b/ORGWEBPAGE/index.org
@@ -123,9 +123,9 @@ a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about O
- <2010-09-24 Fri>: FLOSS Weekly [[http://twit.tv/floss136][interview]] with Carsten available
- <2010-04-06 Tue>: Release 7.01
-* Current Version (7.02)
+* Current Version (7.3)
-The current version is 7.02. To see what has changed in recent
+The current version is 7.3. To see what has changed in recent
releases, check this detailed list of [[file:Changes.html][user-visible changes]].
This package works on Emacs 23 and 22, and (with minor restrictions)
@@ -137,7 +137,7 @@ recent version, but may lag a bit behind the website release.
** The standard distribution
-Download as [[file:org-7.02.zip][zip file]] or [[file:org-7.02.tar.gz][gzipped tar archive]]. These archives contain
+Download as [[file:org-7.3.zip][zip file]] or [[file:org-7.3.tar.gz][gzipped tar archive]]. These archives contain
both the Lisp file org.el and the documentation in PDF and (TeX)Info
formats. Follow the instructions for [[http://orgmode.org/manual/Installation.html#Installation][Installation]] and [[http://orgmode.org/manual/Activation.html#Activation][Activation]].