summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-24 19:08:37 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-24 19:09:01 +0200
commit14fe80aa2b71be334ff51e523671d0a462e7c0ea (patch)
treecb2a5d91b8eb6aa0f7b4734377abf7fd0c0b5e96 /Makefile
parentb86336aa196216ae70a45ffa5c875b7e623a1f81 (diff)
downloadembtoolkit-14fe80aa2b71be334ff51e523671d0a462e7c0ea.tar.gz
embtoolkit-14fe80aa2b71be334ff51e523671d0a462e7c0ea.tar.bz2
embtoolkit-14fe80aa2b71be334ff51e523671d0a462e7c0ea.tar.xz
Set next embtoolkit release version
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 657aeb1..b1c4af9 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@
VERSION = 0
PATCHLEVEL = 1
SUBLEVEL = 0
-EXTRAVERSION = -rc13
+EXTRAVERSION = -rc15
KERNELVERSION = $(shell if [ -e .git ]; then echo `scripts/setlocalversion .`; \
else echo $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION); fi)
EMBTK_VERSION = $(KERNELVERSION)