Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1fe1ef05
Commit
1fe1ef05
authored
Nov 25, 2006
by
Juanma Barranquero
Browse files
(set-version): Set version number in lib-src/makefile.w32-in.
parent
ad456bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
admin/admin.el
admin/admin.el
+3
-0
No files found.
admin/admin.el
View file @
1fe1ef05
...
...
@@ -88,6 +88,9 @@ Root must be the root of an Emacs source tree."
(
set-version-in-file
root
"lispref/elisp.texi"
version
(
rx
(
and
"EMACSVER"
(
1+
space
)
(
submatch
(
1+
(
in
"0-9."
))))))
(
set-version-in-file
root
"lib-src/makefile.w32-in"
version
(
rx
(
and
"VERSION"
(
0+
space
)
"="
(
0+
space
)
(
submatch
(
1+
(
in
"0-9."
))))))
;; nt/emacs.rc also contains the version number, but in an awkward
;; format. It must contain four components, separated by commas, and
;; in two places those commas are followed by space, in two other
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment