From 148e8c772487a6fcfd34891e14b7a3c1843631ab Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 11 Apr 2012 12:30:40 +0200 Subject: [PATCH] Bump to version 7.8.09. --- README_DIST | 2 +- doc/org.texi | 2 +- doc/orgcard.tex | 2 +- doc/orgguide.texi | 2 +- lisp/org.el | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README_DIST b/README_DIST index 5a2529961..93606588a 100644 --- a/README_DIST +++ b/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.08 +The version of this release is: 7.8.09 The homepage of Org is at http://orgmode.org diff --git a/doc/org.texi b/doc/org.texi index 9941bd39e..67633e1ac 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4,7 +4,7 @@ @setfilename ../../info/org @settitle The Org Manual -@set VERSION 7.8.08 +@set VERSION 7.8.09 @set DATE April 2012 @c Use proper quote and backtick for code sections in PDF output diff --git a/doc/orgcard.tex b/doc/orgcard.tex index b580f9f34..eec3982d9 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -1,5 +1,5 @@ % Reference Card for Org Mode -\def\orgversionnumber{7.8.08} +\def\orgversionnumber{7.8.09} \def\versionyear{2012} % latest update \def\year{2012} % latest copyright year diff --git a/doc/orgguide.texi b/doc/orgguide.texi index 4b2127bc2..417c7e3a7 100644 --- a/doc/orgguide.texi +++ b/doc/orgguide.texi @@ -3,7 +3,7 @@ @setfilename ../../info/orgguide @settitle The compact Org-mode Guide -@set VERSION 7.8.08 +@set VERSION 7.8.09 @set DATE April 2012 @c Use proper quote and backtick for code sections in PDF output diff --git a/lisp/org.el b/lisp/org.el index 3dd8f88f2..c2cc23544 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6,7 +6,7 @@ ;; Maintainer: Bastien Guerry ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 7.8.08 +;; Version: 7.8.09 ;; ;; This file is part of GNU Emacs. ;; @@ -206,7 +206,7 @@ identifier." ;;; Version -(defconst org-version "7.8.08" +(defconst org-version "7.8.09" "The version number of the file org.el.") ;;;###autoload -- 2.11.4.GIT