]> code.delx.au - gnu-emacs/blobdiff - lisp/version.el
(define-ccl-program): Fix docstring about
[gnu-emacs] / lisp / version.el
index ff90d1fd1e80d1430051b9b9f7c6a9e65be5ecb7..d2d45a361f71b2fcb195e30b909f0044cfef6ba3 100644 (file)
@@ -27,7 +27,7 @@
 
 ;;; Code:
 
-(defconst emacs-version "21.3.50" "\
+(defconst emacs-version "22.0.50" "\
 Version numbers of this version of Emacs.")
 
 (defconst emacs-major-version
@@ -61,6 +61,8 @@ to the system configuration; look at `system-configuration' instead."
                 system-configuration
                 (cond ((featurep 'motif)
                        (concat ", " (substring motif-version-string 4)))
+                      ((featurep 'gtk)
+                       (concat ", GTK+ Version " gtk-version-string))
                       ((featurep 'x-toolkit) ", X toolkit")
                       (t ""))
                 (if (and (boundp 'x-toolkit-scroll-bars)
@@ -88,4 +90,5 @@ to the system configuration; look at `system-configuration' instead."
 ;;version-control: never
 ;;End:
 
+;;; arch-tag: e60dc445-6218-4a4c-a7df-f15a818642a0
 ;;; version.el ends here