X Tutup
Skip to content

Commit b78bac6

Browse files
author
Sebastiano Merlino
committed
Changed version and updated authors file
1 parent 4625f65 commit b78bac6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Sebastiano Merlino <electrictwister2000@gmail.com> (maintainer)
44
Code contributions also came from:
55
Dario Mazza <dariomzz@gmail.com>
66
Andrea Nicotra <nicotra.andrea@gmail.com>
7+
Jeff Waller <truthset@gmail.com>

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],[7])dnl
25-
m4_define([libhttpserver_REVISION],[0])dnl
25+
m4_define([libhttpserver_REVISION],[1])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.7.1) unstable; urgency=low
2+
* Improved methods constness
3+
4+
-- Sebastiano Merlino <electrictwister2000@gmail.com> Sat, 22 Feb 2014 10:58:02 +0100
5+
16
libhttpserver (0.7.0) unstable; urgency=low
27
* Cleaned-up webserver.cpp code to extract secondary classes
38
* Enforced immutability of webserver class

0 commit comments

Comments
 (0)
X Tutup