summaryrefslogtreecommitdiff
path: root/include/apu_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apu_version.h')
-rw-r--r--include/apu_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apu_version.h b/include/apu_version.h
index f2f1d255..6332cf1a 100644
--- a/include/apu_version.h
+++ b/include/apu_version.h
@@ -62,13 +62,13 @@ extern "C" {
#define APU_MINOR_VERSION 9
/** patch level */
-#define APU_PATCH_VERSION 5
+#define APU_PATCH_VERSION 6
/**
* This symbol is defined for internal, "development" copies of APU. This
* symbol will be #undef'd for releases.
*/
-/* #define APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
/** The formatted string of APU's version */