From 1adb40e0248f8b9c9f29390bdb3c8710882509b6 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Thu, 26 Dec 2013 23:39:17 -0800 Subject: [PATCH] - added export ignore directives to tell git which files to ignore on export - updated build script version # --- .gitattributes | 3 +++ mk/linux/mg-version.sh | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index a573c569..3cbdf410 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,3 +27,6 @@ *.xcf -text -diff *.blend -text -diff *.blend1 -text -diff +.gitattributes export-ignore +.gitignore export-ignore +.gitmodules export-ignore diff --git a/mk/linux/mg-version.sh b/mk/linux/mg-version.sh index 82e7b081..021829d4 100755 --- a/mk/linux/mg-version.sh +++ b/mk/linux/mg-version.sh @@ -4,9 +4,9 @@ # Written by Mark Vejvoda # Copyright (c) 2011 Mark Vejvoda under GNU GPL v3.0+ -OLD_MG_VERSION=3.7.1 -OLD_MG_VERSION_BINARY=3.7.1 -MG_VERSION=3.9.0 +OLD_MG_VERSION=3.9.0 +OLD_MG_VERSION_BINARY=3.9.0 +MG_VERSION=3.9.1-dev if [ "$1" = "--oldversion" ]; then echo "$OLD_MG_VERSION"