From 7b73232d265c8481040098ace9bbda69debcde91 Mon Sep 17 00:00:00 2001 From: Oleg Efimov Date: Sun, 7 Feb 2016 21:03:01 +0300 Subject: [PATCH] build: version bump to 0.3.1 --- CHANGES.md | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2501cb6..80fb1f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,14 @@ master - UNRELEASED Nothing +v0.3.1 - 07 Feb 2016 +-------------------- + + * Fixes: + + - protobuf2json.h installation + + v0.3.0 - 07 Feb 2016 -------------------- diff --git a/configure.ac b/configure.ac index f6460c7..0d7a975 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl and/or modify it under the terms of the MIT license. dnl See LICENSE for details. AC_PREREQ([2.59]) -AC_INIT([libprotobuf2json-c], [0.3.0], [efimovov@gmail.com]) +AC_INIT([libprotobuf2json-c], [0.3.1], [efimovov@gmail.com]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall])