00001 /* $Id: miniupnpcstrings.h,v 1.2 2008/10/14 17:39:04 nanard Exp $ */ 00002 /* Project: miniupnp 00003 * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ 00004 * Author: Thomas Bernard 00005 * Copyright (c) 2005-2008 Thomas Bernard 00006 * This software is subjects to the conditions detailed 00007 * in the LICENCE file provided within this distribution */ 00008 #ifndef __MINIUPNPCSTRINGS_H__ 00009 #define __MINIUPNPCSTRINGS_H__ 00010 00011 #define OS_STRING "Debian/4.0" 00012 #define MINIUPNPC_VERSION_STRING "1.2" 00013 00014 #endif 00015