Skip to content

Commit e6dc27a

Browse files
committed
bump to 0.4.4
1 parent c8e025b commit e6dc27a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.4.4 (13th May 2016)
4+
- bump version because v0.4.3 was mistagged
5+
6+
## v0.4.3 (13th May 2016)
7+
- only release packages from gcc builds (Daniel Schauenberg)
8+
39
## v0.4.2 (13th May 2016)
410
- add an ldconfig script to package builds (Daniel Schauenberg)
511
- Add option to set the Certificate Authority (CA) Info option. (tgoetze)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.52])
2-
AC_INIT([restclient-cpp], [0.4.2], [[email protected]])
2+
AC_INIT([restclient-cpp], [0.4.4], [[email protected]])
33
AM_INIT_AUTOMAKE([foreign subdir-objects])
44
LT_INIT
55
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)