summaryrefslogtreecommitdiff
path: root/xen
diff options
context:
space:
mode:
Diffstat (limited to 'xen')
-rw-r--r--xen/Kconfig.debug2
-rw-r--r--xen/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug
index e01a194091..689f2974c0 100644
--- a/xen/Kconfig.debug
+++ b/xen/Kconfig.debug
@@ -3,7 +3,7 @@ menu "Debugging Options"
config DEBUG
bool "Developer Checks"
- default n
+ default y
---help---
If you say Y here this will enable developer checks such as asserts
and extra printks. This option is intended for development purposes
diff --git a/xen/Makefile b/xen/Makefile
index 750bb8a4f4..0d78c60f03 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -1,8 +1,8 @@
# This is the correct place to edit the build version.
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
-export XEN_SUBVERSION = 9
-export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
+export XEN_SUBVERSION = 10
+export XEN_EXTRAVERSION ?= -pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version