Browse Source

Update website to show 7.8.02 as current release

Bastien Guerry 13 years ago
parent
commit
490d6ace10
6 changed files with 7 additions and 7 deletions
  1. 1 1
      README_DIST
  2. 1 1
      doc/org.texi
  3. 1 1
      doc/orgcard.tex
  4. 1 1
      doc/orgguide.texi
  5. 1 1
      lisp/ob-fortran.el
  6. 2 2
      lisp/org.el

+ 1 - 1
README_DIST

@@ -1,7 +1,7 @@
 The is a distribution of Org, a plain text notes and project planning
 tool for Emacs.
 
-The version of this release is: 7.8.01
+The version of this release is: 7.8.02
 
 The homepage of Org is at http://orgmode.org
 

+ 1 - 1
doc/org.texi

@@ -4,7 +4,7 @@
 @setfilename ../../info/org
 @settitle The Org Manual
 
-@set VERSION 7.8.01
+@set VERSION 7.8.02
 @set DATE December 2011
 
 @c Use proper quote and backtick for code sections in PDF output

+ 1 - 1
doc/orgcard.tex

@@ -1,5 +1,5 @@
 % Reference Card for Org Mode
-\def\orgversionnumber{7.8.01}
+\def\orgversionnumber{7.8.02}
 \def\versionyear{2011}          % latest update
 \def\year{2011}                 % latest copyright year
 

+ 1 - 1
doc/orgguide.texi

@@ -3,7 +3,7 @@
 @setfilename ../../info/orgguide
 @settitle The compact Org-mode Guide
 
-@set VERSION 7.8.01
+@set VERSION 7.8.02
 @set DATE December 2011
 
 @c Use proper quote and backtick for code sections in PDF output

+ 1 - 1
lisp/ob-fortran.el

@@ -5,7 +5,7 @@
 ;; Authors: Sergey Litvinov (based on ob-C.el by Eric Schulte), Eric Schulte
 ;; Keywords: literate programming, reproducible research, fortran
 ;; Homepage: http://orgmode.org
-;; Version: 7.8.01
+;; Version: 7.8.02
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

+ 2 - 2
lisp/org.el

@@ -6,7 +6,7 @@
 ;; Maintainer: Bastien Guerry <bzg at gnu dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://orgmode.org
-;; Version: 7.8.01
+;; Version: 7.8.02
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -203,7 +203,7 @@ identifier."
 
 ;;; Version
 
-(defconst org-version "7.8.01"
+(defconst org-version "7.8.02"
   "The version number of the file org.el.")
 
 (defun org-version (&optional here)