Update version number for new target 3.5.13.3

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
v3.5.13-sru
Slávek Banko 8 years ago
parent dd6b89a14a
commit 34be6b5ed4

@ -1,7 +1,7 @@
#!/bin/bash
# Set the current target version
export TARGET=${TARGET:-"3.5.13.2"}
export TARGET=${TARGET:-"3.5.13.3"}
# When $SUFFIX = true then the package tarball name will be $package-trinity.
# When $SUFFIX != true then the package tarball name will be trinity-$package.

@ -1,7 +1,7 @@
#!/bin/bash
# Set the current target version
TARGET=${TARGET:-"3.5.13.2"}
TARGET=${TARGET:-"3.5.13.3"}
# When $SUFFIX = true then the package tarball name will be $package-trinity.
# When $SUFFIX != true then the package tarball name will be trinity-$package.

Loading…
Cancel
Save