From f3153648a2964fbe366cb49a0e35d70603a0a502 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 7 Feb 2009 00:36:50 +0000 Subject: [PATCH] (trunk libT) add file I should've added in previous commit --- third-party/miniupnp/miniupnpcstrings.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 third-party/miniupnp/miniupnpcstrings.h diff --git a/third-party/miniupnp/miniupnpcstrings.h b/third-party/miniupnp/miniupnpcstrings.h new file mode 100644 index 000000000..b1b38533a --- /dev/null +++ b/third-party/miniupnp/miniupnpcstrings.h @@ -0,0 +1,15 @@ +/* $Id: miniupnpcstrings.h,v 1.2 2008/10/14 17:39:04 nanard Exp $ */ +/* Project: miniupnp + * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ + * Author: Thomas Bernard + * Copyright (c) 2005-2008 Thomas Bernard + * This software is subjects to the conditions detailed + * in the LICENCE file provided within this distribution */ +#ifndef __MINIUPNPCSTRINGS_H__ +#define __MINIUPNPCSTRINGS_H__ + +#define OS_STRING "Debian/4.0" +#define MINIUPNPC_VERSION_STRING "1.2" + +#endif +