Changeset 13332 for trunk/third-party/miniupnp/updateminiupnpcstrings.sh
- Timestamp:
- May 30, 2012, 6:56:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/third-party/miniupnp/updateminiupnpcstrings.sh
r13331 r13332 1 1 #! /bin/sh 2 # $Id: updateminiupnpcstrings.sh,v 1.7 2011/01/04 11:41:53 nanard Exp $ 3 # project miniupnp : http://miniupnp.free.fr/ 4 #Â (c) 2009 Thomas Bernard 2 # $Id: updateminiupnpcstrings.sh,v 1.4 2009/07/29 08:34:01 nanard Exp $ 5 3 6 FILE=miniupnpcstrings.h 7 TMPFILE=miniupnpcstrings.h.tmp 8 TEMPLATE_FILE=${FILE}.in 4 VERSION_FILE=$1 5 TEMPLATE_FILE=$2 6 FILE=$3 7 TMPFILE=$3.tmp 8 9 9 10 10 # detecting the OS name and version … … 38 38 39 39 echo "Detected OS [$OS_NAME] version [$OS_VERSION]" 40 MINIUPNPC_VERSION=`cat VERSION`40 MINIUPNPC_VERSION=`cat $VERSION_FILE` 41 41 echo "MiniUPnPc version [${MINIUPNPC_VERSION}]" 42 42
Note: See TracChangeset
for help on using the changeset viewer.