Skip to content

Commit 2d2d8e3

Browse files
committed
Add 8.1 addin
1 parent 40a9dd4 commit 2d2d8e3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

addins/8.1.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
GIT_BRANCH="release/8.1"

util/vars.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ ffbuild_ffver() {
6666
*8.0*)
6767
echo 800
6868
;;
69+
*8.1*)
70+
echo 801
71+
;;
6972
*)
7073
echo 99999999
7174
;;

0 commit comments

Comments
 (0)