comparison lisp/=grow-vers.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 63b375f17a65
children 4f28bd14272c
comparison
equal deleted inserted replaced
659:505130d1ddf8 660:08eb386dd0f3
1 ;;; grow-vers.el --- increment Emacs version number
2
1 ;; Load this file to add a new level (starting at zero) 3 ;; Load this file to add a new level (starting at zero)
2 ;; to the Emacs version number recorded in version.el. 4 ;; to the Emacs version number recorded in version.el.
3 ;; Copyright (C) 1985 Free Software Foundation, Inc. 5 ;; Copyright (C) 1985 Free Software Foundation, Inc.
4 6
5 ;; This file is part of GNU Emacs. 7 ;; This file is part of GNU Emacs.
26 28
27 ;; Delete the share-link with the current version 29 ;; Delete the share-link with the current version
28 ;; so that we do not alter the current version. 30 ;; so that we do not alter the current version.
29 (delete-file "lisp/version.el") 31 (delete-file "lisp/version.el")
30 (write-region (point-min) (point-max) "lisp/version.el" nil 'nomsg) 32 (write-region (point-min) (point-max) "lisp/version.el" nil 'nomsg)
33
34 ;;; grow-vers.el ends here