We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec6973 commit d0df9e1Copy full SHA for d0df9e1
create_ipk.sh
@@ -6,7 +6,7 @@ P=${D}/ipkg.tmp.$$
6
B=${D}/ipkg.build.$$
7
pushd ${D} &> /dev/null
8
9
-PVER="0.60"
+PVER="0.61"
10
GITVER=$(git log -1 --format="%ci" | awk -F" " '{ print $1 }' | tr -d "-")
11
#DSTAGE="beta"
12
#DSTAGEVER="6"
0 commit comments