update.
[elisp/apel.git] / apel-ver.el
index 0699531..16aec78 100644 (file)
@@ -1,6 +1,6 @@
 ;;; apel-ver.el --- Declare APEL version.
 
-;; Copyright (C) 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2003, 2006 Free Software Foundation, Inc.
 
 ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
 ;;     Keiichi Suzuki <keiichi@nanap.org>
@@ -20,8 +20,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program; see the file COPYING.  If not, write to
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
 (provide 'apel-ver)                    ; these two files depend on each other.
 
 (product-provide 'apel-ver
-  (product-define "APEL" nil '(9 23))  ; comment.
-  ;; (product-define "APEL" nil '(9 24))       ;
-  ;; (product-define "APEL" nil '(9 25))       ;
-  ;; (product-define "APEL" nil '(9 26))       ;
+  ;; (product-define "APEL" nil '(9 23))       ; comment.
+  ;; (product-define "APEL" nil '(10 0))       ; Released 24 December 1999
+  ;; (product-define "APEL" nil '(10 1))       ; Released 20 January 2000
+  ;; (product-define "APEL" nil '(10 2))       ; Released 01 March 2000
+  ;; (product-define "APEL" nil '(10 3))       ; Released 30 December 2000
+  ;; (product-define "APEL" nil '(10 4))       ; Released 04 October 2002
+  ;; (product-define "APEL" nil '(10 5))       ; Released 06 June 2003
+  ;; (product-define "APEL" nil '(10 6))       ; Released 05 July 2003
+  ;; (product-define "APEL" nil '(10 7))       ; Released 14 February 2007
+  (product-define "APEL" nil '(10 8))
   )
 
 (defun apel-version ()