Fix version number for web page.

Grrr, I had forgotten that.....
This commit is contained in:
Carsten Dominik 2008-05-15 05:06:08 +02:00
parent b4159c5017
commit 92190080be
2 changed files with 4 additions and 4 deletions

View File

@ -270,7 +270,7 @@ pushtag:
git-push git+ssh://repo.or.cz/srv/git/org-mode.git $(TAG)
pushreleasetag:
git-tag -m "Adding tag" -a release_$(TAG)
git-tag -m "Adding release tag" -a release_$(TAG)
git-push git+ssh://repo.or.cz/srv/git/org-mode.git release_$(TAG)

View File

@ -22,9 +22,9 @@ messages, BBDB entries, and any files related to the projects. For
printing and sharing of notes, an Org-mode file can be exported as a
structured ASCII file, HTML, and LaTeX.
* Current Version (6.02b) and Compatibility
* Current Version (6.03) and Compatibility
The current version is 6.02b. To see what has changed in recent
The current version is 6.03. To see what has changed in recent
releases, check this [[file:Changes.html][list of user-visible changes]]. These descriptions
are extensive, to avoid that people will be printing the manual after
each incremental release. If you have an older version of the manual,
@ -40,7 +40,7 @@ but may lag a bit behind the website release.
**** Distribution
Download as [[file:org-6.02b.zip][zip file]] or [[file:org-6.02b.tar.gz][gzipped tar archive]]. These archives contain
Download as [[file:org-6.03.zip][zip file]] or [[file:org-6.03.tar.gz][gzipped tar archive]]. These archives contain
both the Lisp file org.el and the documentation in PDF and (TeX)Info
formats. A shell script to simplify upgrading to the newest release
has been posted [[http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh][here]].