Skip to content

Commit

Permalink
Increment version to 0.8.1 to make 0.8.0 bug fix release
Browse files Browse the repository at this point in the history
There are no changes at the code level, but it still seems more prudent to
increment the version to avoid confusion in the future.
  • Loading branch information
vadz committed Dec 11, 2016
1 parent df60aa9 commit c829907
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.8.1

Add cpp11.h file missing from 0.8.0 distribution archive.

Version 0.8.0

New behaviour: xml::document::save_to_{string,file}() now throws exception
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dnl === Prologue ===
AC_REVISION($Id$)dnl

AC_PREREQ(2.61)
AC_INIT(xmlwrapp, 0.8.0, [[email protected]])
AC_INIT(xmlwrapp, 0.8.1, [[email protected]])

AC_CONFIG_SRCDIR([xmlwrapp.pc.in])
AC_CONFIG_AUX_DIR([admin])
Expand Down
2 changes: 1 addition & 1 deletion include/xmlwrapp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define XMLWRAPP_VERSION_MAJOR 0
#define XMLWRAPP_VERSION_MINOR 8
#define XMLWRAPP_VERSION_MICRO 0
#define XMLWRAPP_VERSION_MICRO 1

/**
Checks if xmlwrapp version is at least @a major.@a minor.@a micro.
Expand Down

0 comments on commit c829907

Please sign in to comment.