From 44268ea8f71db5b9bf31e01b7ba32cc81ab6f4d6 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 22 Dec 2000 11:45:40 +0000 Subject: [PATCH] * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. --- ChangeLog | 2 ++ lisp/gnus-vers.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9da2178..0599a16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-12-22 Katsumi Yamaoka + * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. + * configure: Regenerate. * configure.in: Add `AC_PATH_ETCDIR'. * Makefile.in (install-etc): New target. diff --git a/lisp/gnus-vers.el b/lisp/gnus-vers.el index f1332f8..407890b 100644 --- a/lisp/gnus-vers.el +++ b/lisp/gnus-vers.el @@ -31,7 +31,7 @@ (require 'product) (provide 'gnus-vers) -(defconst gnus-revision-number "00" +(defconst gnus-revision-number "01" "Revision number for this version of gnus.") ;; Product information of this gnus. -- 1.7.10.4