Get ready for next version.
This commit is contained in:
parent
27434dcf2a
commit
4d7f412504
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ INSTALL_DATA = $(INSTALL) -m 644
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
version := 0.1
|
version := 0.2
|
||||||
|
|
||||||
s48-interfaces := $(shell find s48 \
|
s48-interfaces := $(shell find s48 \
|
||||||
-maxdepth 2 -mindepth 2 \
|
-maxdepth 2 -mindepth 2 \
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1,3 +1,5 @@
|
||||||
|
version 0.2
|
||||||
|
|
||||||
version 0.1 - 2003-03-24
|
version 0.1 - 2003-03-24
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
How to make a release:
|
||||||
|
|
||||||
|
1. Make sure NEWS is up-to-date (at least add the distribution date).
|
||||||
|
2. Check out a clean source tree from cvs.
|
||||||
|
3. Make the distribution:
|
||||||
|
make dist
|
||||||
|
4. Test the distribution.
|
||||||
|
5. Tag the release. For example to tag sunterlib-0.1.tar.gz
|
||||||
|
cvs tag sunterlib-0-1 .
|
||||||
|
6. Post the release:
|
||||||
|
scp sunterlib-0.1.tar.gz subversions.gnu.org:/upload/sunterlib
|
||||||
|
7. Increment the version number in Makefile.
|
||||||
|
8. Start a new version entry in NEWS.
|
Loading…
Reference in New Issue