Fix typo in README_maintainer.
This commit is contained in:
parent
5780612759
commit
e5eeea99fe
|
@ -153,15 +153,15 @@ webserver directory.
|
||||||
While working on master between releases, I used to use something like
|
While working on master between releases, I used to use something like
|
||||||
7.02trans as the version string. I no longer do this. =M-x
|
7.02trans as the version string. I no longer do this. =M-x
|
||||||
org-version= will spit ut complete version infor related to git, with
|
org-version= will spit ut complete version infor related to git, with
|
||||||
the neares commit and tag. I you ever need to set a special version
|
the nearest commit and tag. I you ever need to set a special version
|
||||||
number, use this:
|
number, use this:
|
||||||
|
|
||||||
: UTILITIES/set_version 7.02trans
|
: UTILITIES/set_version 7.02trans
|
||||||
|
|
||||||
and commit the result. Note that the above command does not change
|
and commit the result. Note that the above command does not change
|
||||||
the version string in the file from which Org's homepage is
|
the version string in the file from which Org's homepage is generated.
|
||||||
generated. To change that as well, you would use a =--all= flag. To
|
To change that as well, you would use a =--all= flag. To change only
|
||||||
change only this file, use =--only=.
|
this file, use =--only=.
|
||||||
|
|
||||||
* Synchonization with Emacs
|
* Synchonization with Emacs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue