diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-27 19:07:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-27 19:07:17 +0000 |
commit | 5ccb308ed861f6f7a42b7d826e939fd8efa68bac (patch) | |
tree | db459486a1b666bdfe4843afb076cec0f5f54451 | |
parent | a1db002da5d4bd3fdc0c7fcc0f2aa466de803d4f (diff) | |
download | ChibiOS-5ccb308ed861f6f7a42b7d826e939fd8efa68bac.tar.gz ChibiOS-5ccb308ed861f6f7a42b7d826e939fd8efa68bac.tar.bz2 ChibiOS-5ccb308ed861f6f7a42b7d826e939fd8efa68bac.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1257 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | docs/Doxyfile | 2 | ||||
-rw-r--r-- | os/kernel/include/ch.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 808975cf9..00c357794 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.3.3 +PROJECT_NUMBER = 1.3.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/os/kernel/include/ch.h b/os/kernel/include/ch.h index fa30c0eaf..242f5e7a2 100644 --- a/os/kernel/include/ch.h +++ b/os/kernel/include/ch.h @@ -35,7 +35,7 @@ /**
* Kernel version string. */
-#define CH_KERNEL_VERSION "1.3.3unstable"
+#define CH_KERNEL_VERSION "1.3.4unstable"
/**
* Kernel version major number. @@ -50,7 +50,7 @@ /**
* Kernel version patch number. */
-#define CH_KERNEL_PATCH 3
+#define CH_KERNEL_PATCH 4
/*
* Common values.
|