Create a toplevel delete-later dir and put databases/ and admin/ into it

This commit is contained in:
Jon Trulson
2021-07-03 19:30:22 -06:00
parent 7961d9e2da
commit 39d3a67701
103 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
- Update HISTORY file, commit
- First tag the release, say 2.2.0c
git tag 2.2.0c
Then push the tag:
git push --tags
- build the release archive:
git archive -o /tmp/cde-[version tag].tar.gz [version tag] \
--prefix cde-[version tag]/
where [version tag] is something like 2.2.0c
## look into signed tags?
git tag -s 2.2.1 -m '2.2.1 release'

View File

@@ -0,0 +1,13 @@
The following files must be modified, relative to the top level CDE
directory, in order to change the version number.
Makefile
copyright
doc/common/help/HELPEnt.sgm
lib/DtSvc/DtUtil1/Dt.h
For Dt.h, both the #defined (DtVERSION, DtREVISION,
DtUPDATE_LEVEL) numbers as well as the string must be
changed.
lib/tt/bin/ttauth/ttauth.man
lib/tt/tooltalk.inc