diff --git a/CHANGES.txt b/CHANGES.txt index c458585..a7e88da 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/SConstruct b/SConstruct index 45235de..e9ac231 100644 --- a/SConstruct +++ b/SConstruct @@ -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