Bumped the version to 0.9

This commit is contained in:
Anthony Carrico 2006-02-18 19:29:13 +00:00
parent e5f8b6883f
commit 2a86b67ec9
2 changed files with 3 additions and 1 deletions

View File

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

2
NEWS
View File

@ -1,3 +1,5 @@
version 0.9
version 0.8 2006-02-18
* Use install lib version 1.2.0
* Automatically check if libraries' NEWS and pkg-def.scm versions match.