Skip to content

Commit c829907

Browse files
committed
Increment version to 0.8.1 to make 0.8.0 bug fix release
There are no changes at the code level, but it still seems more prudent to increment the version to avoid confusion in the future.
1 parent df60aa9 commit c829907

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.8.1
2+
3+
Add cpp11.h file missing from 0.8.0 distribution archive.
4+
15
Version 0.8.0
26

37
New behaviour: xml::document::save_to_{string,file}() now throws exception

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dnl === Prologue ===
3636
AC_REVISION($Id$)dnl
3737

3838
AC_PREREQ(2.61)
39-
AC_INIT(xmlwrapp, 0.8.0, [[email protected]])
39+
AC_INIT(xmlwrapp, 0.8.1, [[email protected]])
4040

4141
AC_CONFIG_SRCDIR([xmlwrapp.pc.in])
4242
AC_CONFIG_AUX_DIR([admin])

include/xmlwrapp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
#define XMLWRAPP_VERSION_MAJOR 0
4343
#define XMLWRAPP_VERSION_MINOR 8
44-
#define XMLWRAPP_VERSION_MICRO 0
44+
#define XMLWRAPP_VERSION_MICRO 1
4545

4646
/**
4747
Checks if xmlwrapp version is at least @a major.@a minor.@a micro.

0 commit comments

Comments
 (0)