Skip to content

Commit c866fef

Browse files
committed
build: version bump to 0.1.1
1 parent a240f58 commit c866fef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
protobuf2json-c releases
22
========================
33

4-
master - UNRELEASED
4+
v0.1.1 - 04 May 2014
55
-------------------
66

77
* Fixes:
@@ -12,7 +12,7 @@ master - UNRELEASED
1212

1313
* Other:
1414

15-
- api: change error constants values
15+
- build: sanitizing integer errors
1616
- test: free json_string and protobuf_message
1717
- test: use TEST_JSON_FLAGS in all positive tests
1818

@@ -26,7 +26,7 @@ v0.1.0 - 02 May 2014
2626

2727
* Other:
2828

29-
- build: sanitizing integer errors
29+
- api: change error constants values
3030

3131

3232
v0.0.5 - 01 May 2014

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl and/or modify it under the terms of the MIT license.
55
dnl See LICENSE for details.
66

77
AC_PREREQ([2.59])
8-
AC_INIT([libprotobuf2json-c], [0.1.0], [efimovov@gmail.com])
8+
AC_INIT([libprotobuf2json-c], [0.1.1], [efimovov@gmail.com])
99
AC_CONFIG_MACRO_DIR([m4])
1010

1111
AM_INIT_AUTOMAKE([foreign -Wall])

0 commit comments

Comments
 (0)