Skip to content

Commit

Permalink
Version bumped to 2.0.0rc10, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bostjan committed Oct 29, 2014
1 parent 542aa4a commit 043fe55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-------------------------------------------------------------------------------


2014-FIXME - Version 2.0.0rc9
2014-FIXME - Version 2.0.0rc10
---------------------------
o Feature: Added support for custom message format specification at
configuration time
Expand Down Expand Up @@ -45,6 +45,7 @@ o Refactoring: created proper initialization/shutdown methods

o Documentation: added into about writing new input providers
o Bugfix: fixed compilation failure on debian in inputs/cwd.c (thanks Sébastien Gross)
o Bugfix: missing snoopy.ini in distribution tarball (thanks Jeremy Brown)


2013-04-06 - Version 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([Snoopy Logger], [2.0.0rc9], [https://github.com/a2o/snoopy/], [snoopy])
AC_INIT([Snoopy Logger], [2.0.0rc10], [https://github.com/a2o/snoopy/], [snoopy])
AC_DEFINE(PACKAGE_URL, [], "https://github.com/a2o/snoopy/")
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 043fe55

Please sign in to comment.