From 2c9e0378af0bb865a9f8b923512ea432ac3ac6dc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 14 Dec 2014 20:37:41 +0300 Subject: update scripts for 10.4 Signed-off-by: Igor Gnatenko (cherry picked from commit 1c20bc44390ba5f49a5ab05a2dca82a99b320e78) Conflicts: .gitignore mesa.spec sources --- make-git-snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh index bce2972..502723a 100755 --- a/make-git-snapshot.sh +++ b/make-git-snapshot.sh @@ -13,7 +13,7 @@ fi if [ -z "$1" ]; then DIRNAME=mesa-$( date +%Y%m%d ) - BRANCH=10.3 + BRANCH=10.4 else DIRNAME=mesa-$1 BRANCH=master -- cgit