summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Merten <smerten@oekonux.de>2012-06-16 11:48:23 +0200
committerStefan Merten <smerten@oekonux.de>2012-06-16 11:48:23 +0200
commit6665a6fd1968288bc83ff8857665168b29828a8b (patch)
tree119779b17f9f2576b6aca93c3434cd1fb2a7eaa0
parent7ae2ea10755f41f24d0fc849d2d4addc4b570511 (diff)
downloademacs-6665a6fd1968288bc83ff8857665168b29828a8b.tar.gz
(rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
(rst-official-version, rst-official-cvs-rev): Update version information.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/textmodes/rst.el10
2 files changed, 8 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 19be4b9fe5e..6e78f41e6a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,9 @@
* textmodes/rst.el: Added and corrected some comments.
(rst-re-alist-def): Improve symbol syntax.
(rst-mode-syntax-table): Correct syntax entries.
+ (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
+ (rst-official-version, rst-official-cvs-rev): Update version
+ information.
2012-06-15 Juanma Barranquero <lekktu@gmail.com>
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index b6f02dfda80..ab73f9a28d6 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -171,7 +171,7 @@ and before TAIL-RE and DELIM-RE in VAR or DEFAULT for no match."
;; Use CVSHeader to really get information from CVS and not other version
;; control systems.
(defconst rst-cvs-header
- "$CVSHeader: sm/rst_el/rst.el,v 1.285 2012-06-11 20:38:23 stefan Exp $")
+ "$CVSHeader: sm/rst_el/rst.el,v 1.287 2012-06-16 09:41:47 stefan Exp $")
(defconst rst-cvs-rev
(rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+"
" .*" rst-cvs-header "0.0")
@@ -185,22 +185,22 @@ and before TAIL-RE and DELIM-RE in VAR or DEFAULT for no match."
;; Use LastChanged... to really get information from SVN.
(defconst rst-svn-rev
(rst-extract-version "\\$" "LastChangedRevision: " "[0-9]+" " "
- "$LastChangedRevision: 7399 $")
+ "$LastChangedRevision: 7444 $")
"The SVN revision of this file.
SVN revision is the upstream (docutils) revision.")
(defconst rst-svn-timestamp
(rst-extract-version "\\$" "LastChangedDate: " ".+?+" " "
- "$LastChangedDate: 2012-04-29 17:01:05 +0200 (Sun, 29 Apr 2012) $")
+ "$LastChangedDate: 2012-06-16 11:41:40 +0200 (Sat, 16 Jun 2012) $")
"The SVN time stamp of this file.")
;; Maintained by the release process.
(defconst rst-official-version
(rst-extract-version "%" "OfficialVersion: " "[0-9]+\\(?:\\.[0-9]+\\)+" " "
- "%OfficialVersion: 1.2.1 %")
+ "%OfficialVersion: 1.3.0 %")
"Official version of the package.")
(defconst rst-official-cvs-rev
(rst-extract-version "[%$]" "Revision: " "[0-9]+\\(?:\\.[0-9]+\\)+" " "
- "%Revision: 1.256 %")
+ "%Revision: 1.287 %")
"CVS revision of this file in the official version.")
(defconst rst-version