diff --git a/ChangeLog b/ChangeLog index 19da5cf..f7e129b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-11-24 Ola Jeppsson + + * components.conf (epiphany-libs): Use 2016.11 branch. + (pal): Ditto. + * define-release.sh: Set version number to 2016.11 + 2016-11-24 Ola Jeppsson * build-epiphany-sdk.sh (CFLAGS_FOR_TARGET): Provide diff --git a/components.conf b/components.conf index 25e0cef..0ae7415 100644 --- a/components.conf +++ b/components.conf @@ -51,6 +51,6 @@ other:expat:expat-2.2.0:tar.bz2:http://prdownloads.sourceforge.net/expat # SDK components # Format of each component line is: # ::: -sdk:epiphany-libs:master:epiphany-libs +sdk:epiphany-libs:2016.11:epiphany-libs # Is a SDK component, but resides at parallella git -parallella:pal:master:pal +parallella:pal:2016.11:pal diff --git a/define-release.sh b/define-release.sh index aacaffc..fbe5ea6 100644 --- a/define-release.sh +++ b/define-release.sh @@ -40,13 +40,13 @@ # Epiphany releases have the naming convention: # .[.] -RELEASE_MAJOR="2014" +RELEASE_MAJOR="2016" RELEASE_MINOR="11" RELEASE_PATCH="" # The full release version RELEASE="${RELEASE_MAJOR}.${RELEASE_MINOR}${RELEASE_PATCH}" -RELEASE="master" +#RELEASE="master" # Create a common log directory for all logs in this and sub-scripts LOGDIR=${basedir}/logs/${RELEASE}