diff options
| -rw-r--r-- | docs/Doxyfile | 2 | ||||
| -rw-r--r-- | src/include/ch.h | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 81066b6c9..c0b582028 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.1.1unstable +PROJECT_NUMBER         = 1.1.2unstable  # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)  # base path where the generated documentation will be put. diff --git a/src/include/ch.h b/src/include/ch.h index b760e3d30..212ab58ac 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -35,7 +35,7 @@  /**
   * Kernel version string.   */
 -#define CH_KERNEL_VERSION       "1.1.1unstable"
 +#define CH_KERNEL_VERSION       "1.1.2unstable"
  /**
   * Kernel version major number. @@ -50,7 +50,7 @@  /**
   * Kernel version patch number.   */
 -#define CH_KERNEL_PATCH         1
 +#define CH_KERNEL_PATCH         2
  /*
   * Common values.
  | 
