comparison lisp/gnus.el @ 15558:18364c2808f7

Wrong version number.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Sat, 29 Jun 1996 00:19:28 +0000
parents 2867ce9fc2e2
children e369d2f12bc7
comparison
equal deleted inserted replaced
15557:2867ce9fc2e2 15558:18364c2808f7
1748 1748
1749 (defconst gnus-maintainer 1749 (defconst gnus-maintainer
1750 "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" 1750 "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)"
1751 "The mail address of the Gnus maintainers.") 1751 "The mail address of the Gnus maintainers.")
1752 1752
1753 (defconst gnus-version-number "5.2.31" 1753 (defconst gnus-version-number "5.3"
1754 "Version number for this version of Gnus.") 1754 "Version number for this version of Gnus.")
1755 1755
1756 (defconst gnus-version (format "Gnus v%s" gnus-version-number) 1756 (defconst gnus-version (format "Gnus v%s" gnus-version-number)
1757 "Version string for this version of Gnus.") 1757 "Version string for this version of Gnus.")
1758 1758