Update for 2015.08.1

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2015-09-06 22:57:13 +02:00
parent ccda2ae98d
commit e009e7d861
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2015.08.1, Released September 6th, 2015
Fix kernel module infrastructure modules support check
Updated/fixed packages: eudev
2015.08, Released August 31st, 2015
Minor fixes.

View File

@@ -41,7 +41,7 @@ else # umask
all:
# Set and export the version string
export BR2_VERSION := 2015.08
export BR2_VERSION := 2015.08.1
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)