Skip to content

Commit 9f017e6

Browse files
author
Sebastiano Merlino
committed
Changed version.
Aligned version and dependencies in pc and debian files Updated debian changelog.
1 parent ea5786b commit 9f017e6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
AC_PREREQ(2.57)
2323
m4_define([libhttpserver_MAJOR_VERSION],[0])dnl
24-
m4_define([libhttpserver_MINOR_VERSION],[2])dnl
24+
m4_define([libhttpserver_MINOR_VERSION],[3])dnl
2525
m4_define([libhttpserver_REVISION],[0])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

debian/changelog.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libhttpserver (0.3.0) unstable; urgency=low
2+
* Improved performaces
3+
* Added capability to register default error pages
4+
5+
-- Sebastiano Merlino <electrictwister2000@gmail.com> Sun, 26 Aug 2012 19:00:42 +0200
6+
17
libhttpserver (0.2.0) unstable; urgency=low
28

39
* Deb target now seems to work really

libhttpserver.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ includedir=@includedir@
66
Name: libhttpserver
77
Description: A C++ library for creating an embedded Rest HTTP server
88
Version: @VERSION@
9-
Requires: libmicrohttpd >= 0.9.9
9+
Requires: libmicrohttpd >= 0.9.7
1010
Conflicts:
1111
Libs: -L${libdir} -lmicrohttpd
1212
Libs.private: @LHT_LIBDEPS@

0 commit comments

Comments
 (0)