mod-python-windows

mod-python-windows Git Source Tree


Root/dist/version.sh

#!/bin/sh
 
MPV_PATH="`dirname $0`/../src/include/mp_version.h"
 
MAJ=`awk '/MP_VERSION_MAJOR/ {print $3}' $MPV_PATH`
MIN=`awk '/MP_VERSION_MINOR/ {print $3}' $MPV_PATH`
PCH=`awk '/MP_VERSION_PATCH/ {print $3}' $MPV_PATH`
GIT=`git describe --always`
 
echo $MAJ.$MIN.$PCH-$GIT

Archive Download this file

Branches

Number of commits:
Page rendered in 0.07464s using 11 queries.