*** empty log message ***
[bpt/emacs.git] / lisp / version.el
index 1c86b57..4da9402 100644 (file)
@@ -24,7 +24,7 @@
 
 ;;; Code:
 
-(defconst emacs-version "20.5.92" "\
+(defconst emacs-version "21.0.90" "\
 Version numbers of this version of Emacs.")
 
 (defconst emacs-major-version
@@ -59,7 +59,7 @@ to the system configuration; look at `system-configuration' instead."
                 (cond ((featurep 'motif) ", Motif")
                       ((featurep 'x-toolkit) ", X toolkit")
                       (t ""))
-                (format-time-string "%a %b %e %Y" emacs-build-time)
+                (format-time-string "%a %Y-%m-%d" emacs-build-time)
                  emacs-build-system)))
     (if here 
         (insert version-string)