summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-25 00:04:12 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-25 00:04:12 +0100
commit0d17a0e4e4c9668fbb4df339b0345f64a4d1d326 (patch)
tree385d64055ce7e8d8abf0cdbd0c78141b05ea8788
parent095d0eb9eb3b733885bcfb2e8473617b3d594272 (diff)
downloadembtoolkit-0d17a0e4e4c9668fbb4df339b0345f64a4d1d326.tar.gz
embtoolkit-0d17a0e4e4c9668fbb4df339b0345f64a4d1d326.tar.bz2
embtoolkit-0d17a0e4e4c9668fbb4df339b0345f64a4d1d326.tar.xz
Indicate current EmbToolkit version
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9037abf..0a9f799 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 0
PATCHLEVEL = 1
SUBLEVEL = 0
-EXTRAVERSION = -rc8
+EXTRAVERSION = -rc9-git
KERNELVERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
EMBTK_VERSION = $(KERNELVERSION)
export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION EMBTK_VERSION