Skip to content

Commit 608a581

Browse files
author
Sebastiano Merlino
committed
Moved to version 0.6.3
1 parent 7869d31 commit 608a581

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
AC_PREREQ(2.57)
2323
m4_define([libhttpserver_MAJOR_VERSION],[0])dnl
2424
m4_define([libhttpserver_MINOR_VERSION],[6])dnl
25-
m4_define([libhttpserver_REVISION],[2])dnl
25+
m4_define([libhttpserver_REVISION],[3])dnl
2626
m4_define([libhttpserver_PKG_VERSION],[libhttpserver_MAJOR_VERSION.libhttpserver_MINOR_VERSION.libhttpserver_REVISION])dnl
2727
m4_define([libhttpserver_LDF_VERSION],[libhttpserver_MAJOR_VERSION:libhttpserver_MINOR_VERSION:libhttpserver_REVISION])dnl
2828
AC_INIT([libhttpserver], libhttpserver_PKG_VERSION, [electrictwister2000@gmail.com])

debian/changelog.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
libhttpserver (0.6.3) unstable; urgency=low
2+
* Fixed some bugs in exception management
3+
4+
-- Sebastiano Merlino <electrictwister2000@gmail.com> Wed, 28 Nov 2012 10:17:03 +0100
5+
16
libhttpserver (0.6.2) unstable; urgency=low
27
* Cookie management in http_response.hpp;
38

0 commit comments

Comments
 (0)