]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/srecode.el
* cl-generic.el (cl-defmethod): Make docstring dynamic
[gnu-emacs] / lisp / cedet / srecode.el
index f27a2028b927af3af8c64f4a4b6a5df50016c21a..bd68d354e035497ef55a866df946b13fc4b201e8 100644 (file)
@@ -1,10 +1,10 @@
 ;;; srecode.el --- Semantic buffer evaluator.
 
-;;; Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;;; Copyright (C) 2005, 2007-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: codegeneration
-;; Version: 1.0pre7
+;; Version: 1.2
 
 ;; This file is part of GNU Emacs.
 
@@ -31,7 +31,7 @@
 ;;
 ;; Contemplation of the simplistic problem within the scope of
 ;; semantic showed that the solution was more complex than could
-;; possibly be handled in semantic-format.el.   Semantic Recode, or
+;; possibly be handled in semantic/format.el.   Semantic Recode, or
 ;; srecode is a rich API for generating code out of semantic tags, or
 ;; recoding the tags.
 ;;
@@ -41,7 +41,7 @@
 (require 'mode-local)
 (load "srecode/loaddefs" nil 'nomessage)
 
-(defvar srecode-version "1.0"
+(defvar srecode-version "1.2"
   "Current version of the Semantic Recoder.")
 
 ;;; Code:
@@ -52,5 +52,4 @@
 
 (provide 'srecode)
 
-;; arch-tag: 6c671a1c-40e5-4ed3-ab05-84249c3afdaf
 ;;; srecode.el ends here