mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Sync CEDET and EIEIO version numbers with upstream.
This commit is contained in:
parent
fb77fe0fb7
commit
be798504fa
5 changed files with 15 additions and 15 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: David Ponce <david@dponce.com>
|
||||
;; Maintainer: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 1.1
|
||||
;; Version: 2.0
|
||||
;; Keywords: OO, lisp
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
(declare-function inversion-find-version "inversion")
|
||||
|
||||
(defconst cedet-version "1.1"
|
||||
(defconst cedet-version "2.0"
|
||||
"Current version of CEDET.")
|
||||
|
||||
(defconst cedet-packages
|
||||
|
|
@ -43,12 +43,12 @@
|
|||
;;PACKAGE MIN-VERSION INSTALLDIR DOCDIR
|
||||
(cedet ,cedet-version "common" "common" )
|
||||
(eieio "1.4" nil "eieio" )
|
||||
(semantic "2.1" nil "semantic/doc")
|
||||
(srecode "1.1" nil "srecode" )
|
||||
(ede "1.1" nil "ede" )
|
||||
(semantic "2.2" nil "semantic/doc")
|
||||
(srecode "1.2" nil "srecode" )
|
||||
(ede "1.2" nil "ede" )
|
||||
(speedbar "1.0.4" nil "speedbar" )
|
||||
(cogre "1.1" nil "cogre" )
|
||||
(cedet-contrib "1.1" "contrib" nil )
|
||||
(cogre "1.2" nil "cogre" )
|
||||
(cedet-contrib "1.2" "contrib" nil )
|
||||
)
|
||||
"Table of CEDET packages to install.")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Keywords: project, make
|
||||
;; Version: 1.0
|
||||
;; Version: 1.2
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
(declare-function ede-up-directory "ede/files")
|
||||
(declare-function semantic-lex-make-spp-table "semantic/lex-spp")
|
||||
|
||||
(defconst ede-version "1.0"
|
||||
(defconst ede-version "1.2"
|
||||
"Current version of the Emacs EDE.")
|
||||
|
||||
;;; Code:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Keywords: syntax tools
|
||||
;; Version: 2.1beta
|
||||
;; Version: 2.2
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
(require 'semantic/tag)
|
||||
(require 'semantic/lex)
|
||||
|
||||
(defvar semantic-version "2.1beta"
|
||||
(defvar semantic-version "2.2"
|
||||
"Current version of Semantic.")
|
||||
|
||||
(declare-function inversion-test "inversion")
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Keywords: codegeneration
|
||||
;; Version: 1.0
|
||||
;; Version: 1.2
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
;; Copyright (C) 1995-1996, 1998-2013 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 1.3
|
||||
;; Version: 1.4
|
||||
;; Keywords: OO, lisp
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
(eval-when-compile (require 'cl)) ;FIXME: Use cl-lib!
|
||||
|
||||
(defvar eieio-version "1.3"
|
||||
(defvar eieio-version "1.4"
|
||||
"Current version of EIEIO.")
|
||||
|
||||
(defun eieio-version ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue