From 49f38310fa6bf07999bf4fa516bcbc69b52e55e6 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 6 Feb 2013 14:57:49 +0100 Subject: [PATCH] miniupnpc: prepare version 1.8 ! --- miniupnpc/Makefile.mingw | 4 ++-- miniupnpc/VERSION | 2 +- miniupnpc/upnpc.c | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/miniupnpc/Makefile.mingw b/miniupnpc/Makefile.mingw index b9e1b32..5b93092 100644 --- a/miniupnpc/Makefile.mingw +++ b/miniupnpc/Makefile.mingw @@ -1,4 +1,4 @@ -# $Id: Makefile.mingw,v 1.16 2011/04/18 17:39:31 nanard Exp $ +# $Id: Makefile.mingw,v 1.17 2012/12/02 14:12:45 nanard Exp $ # Miniupnp project. # http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ # (c) 2005-2011 Thomas Bernard @@ -9,7 +9,7 @@ CC = gcc CFLAGS = -Wall -Os -DNDEBUG -D_WIN32_WINNT=0X501 LDLIBS = -lws2_32 -liphlpapi # -lwsock32 -# -liphlpapi is used for GetBestRoute() +# -liphlpapi is needed for GetBestRoute() and GetIpAddrTable() PYTHON=\utils\python25\python OBJS=miniwget.o minixml.o igd_desc_parse.o minisoap.o \ miniupnpc.o upnpreplyparse.o upnpcommands.o upnperrors.o \ diff --git a/miniupnpc/VERSION b/miniupnpc/VERSION index d3bdbdf..6259340 100644 --- a/miniupnpc/VERSION +++ b/miniupnpc/VERSION @@ -1 +1 @@ -1.7 +1.8 diff --git a/miniupnpc/upnpc.c b/miniupnpc/upnpc.c index 96ce30b..54cddf9 100644 --- a/miniupnpc/upnpc.c +++ b/miniupnpc/upnpc.c @@ -1,7 +1,7 @@ -/* $Id: upnpc.c,v 1.98 2012/08/30 10:37:18 nanard Exp $ */ +/* $Id: upnpc.c,v 1.99 2013/02/06 12:56:41 nanard Exp $ */ /* Project : miniupnp * Author : Thomas Bernard - * Copyright (c) 2005-2012 Thomas Bernard + * Copyright (c) 2005-2013 Thomas Bernard * This software is subject to the conditions detailed in the * LICENCE file provided in this distribution. */ @@ -500,7 +500,7 @@ int main(int argc, char ** argv) return -1; } #endif - printf("upnpc : miniupnpc library test client. (c) 2006-2012 Thomas Bernard\n"); + printf("upnpc : miniupnpc library test client. (c) 2005-2013 Thomas Bernard\n"); printf("Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/\n" "for more information.\n"); /* command line processing */