From 92190080bee4e8a5a8da0e5963f2e70b8beb7d90 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 15 May 2008 05:06:08 +0200 Subject: [PATCH] Fix version number for web page. Grrr, I had forgotten that..... --- Makefile | 2 +- ORGWEBPAGE/index.org | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2a1bd245f..9a584b18d 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/ORGWEBPAGE/index.org b/ORGWEBPAGE/index.org index 1ab11a772..be68850e3 100644 --- a/ORGWEBPAGE/index.org +++ b/ORGWEBPAGE/index.org @@ -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]].