Prep changelog and version number for release.

This commit is contained in:
Jack Moffitt
2006-03-09 21:42:47 +00:00
parent c52d0aaa28
commit 8c9e66b2da
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Version 0.7.3 (20060309)
* fixed a bug with long log lines getting truncated
* fixed a bug with xmpp_stanza_to_text truncating some lines by one char
* fixed win32 bug where long stanzas didn't work
Version 0.7.2 (20060118)
* fixed a bug in error names/includes

View File

@@ -17,7 +17,7 @@
# invoke with 'scons' to build the library
LIBSTROPHE_VERSION_MAJOR=0
LIBSTROPHE_VERSION_MINOR=8
LIBSTROPHE_VERSION_MINOR=7
from os.path import join