Start release 0.7.

This commit is contained in:
Anthony Carrico 2004-04-15 16:00:37 +00:00
parent bfdc530344
commit ce97235c45
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SHELL = /bin/sh
.SUFFIXES: .SUFFIXES:
major-version = 0 major-version = 0
minor-version = 6 minor-version = 7
version := $(major-version).$(minor-version) version := $(major-version).$(minor-version)
prefix = /tmp/sunterlib prefix = /tmp/sunterlib

2
NEWS
View File

@ -1,3 +1,5 @@
version 0.7
version 0.6 2004-04-15 version 0.6 2004-04-15
* COPYING is now autogenerated. * COPYING is now autogenerated.
* Libraries now have their own version numbers. * Libraries now have their own version numbers.