]> code.delx.au - gnu-emacs/blobdiff - lisp/version.el
(custom-initialize-safe-set, custom-initialize-safe-default): Further doc fixes.
[gnu-emacs] / lisp / version.el
index ff90d1fd1e80d1430051b9b9f7c6a9e65be5ecb7..05fdde95221a96ec5a2f5430d2378f48bef876d9 100644 (file)
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
 ;;; 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