From 6bd1ec0924f6e8356a344dcbcee943683412aa59 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 15 Jul 2005 13:10:52 +0000 Subject: Add proof-general-version-year --- generic/proof-site.el | 2 ++ generic/proof-splash.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'generic') diff --git a/generic/proof-site.el b/generic/proof-site.el index 04714f10..83a84532 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -333,6 +333,8 @@ Note: to change proof assistant, you must start a new Emacs session.") (string-match "Version \\([^ ]+\\)\\." proof-general-version) (match-string 1 proof-general-version))) +(defconst proof-general-version-year "2005") + ;; Now define a few autoloads and basic variables. ;; 1.8.01: add a dummy package-provide command so proof-autoloads diff --git a/generic/proof-splash.el b/generic/proof-splash.el index 19bc314c..df4c9cbb 100644 --- a/generic/proof-splash.el +++ b/generic/proof-splash.el @@ -1,6 +1,6 @@ ;; proof-splash.el -- Splash welcome screen for Proof General ;; -;; Copyright (C) 1998-2001 LFCS Edinburgh. +;; Copyright (C) 1998-2005 LFCS Edinburgh. ;; Author: David Aspinall ;; License: GPL (GNU GENERAL PUBLIC LICENSE) ;; @@ -40,7 +40,7 @@ Proof General." nil (concat "Version " proof-general-short-version ".") nil - "(C) LFCS, University of Edinburgh, 2004." + (concat "(C) LFCS, University of Edinburgh " proof-general-version-year) nil nil " Please send problems and suggestions to da+pg-support@inf.ed.ac.uk, -- cgit v1.2.3