miniupnpc: prepare version 1.8 !
This commit is contained in:
parent
50965a6ae1
commit
49f38310fa
|
@ -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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.7
|
||||
1.8
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue