aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-26 17:21:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-26 17:21:52 +0000
commit4f34ddf7eb67ca20a919821d684a1614a66fc8c5 (patch)
tree6b8e282b4895999425c19582cceb77aed7cb9b04
parent791f412ad66a36fb6dc530149024acb4bcbfaed6 (diff)
downloadChibiOS-4f34ddf7eb67ca20a919821d684a1614a66fc8c5.tar.gz
ChibiOS-4f34ddf7eb67ca20a919821d684a1614a66fc8c5.tar.bz2
ChibiOS-4f34ddf7eb67ca20a919821d684a1614a66fc8c5.zip
Setup for 1.3.1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@992 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--docs/Doxyfile2
-rw-r--r--readme.txt3
-rw-r--r--src/include/ch.h4
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index a7ee51445..d518c61ac 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.0
+PROJECT_NUMBER = 1.3.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/readme.txt b/readme.txt
index 51a7c96bd..d573f0184 100644
--- a/readme.txt
+++ b/readme.txt
@@ -63,6 +63,9 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
*** Releases ***
*****************************************************************************
+*** 1.3.1 ***
+- Documentation fixes.
+
*** 1.3.0 ***
- FIX: Fixed regression in MinGW demo (bug 2745153)(backported in stable
branch).
diff --git a/src/include/ch.h b/src/include/ch.h
index bbc0c8eb4..80a8a7706 100644
--- a/src/include/ch.h
+++ b/src/include/ch.h
@@ -35,7 +35,7 @@
/**
* Kernel version string.
*/
-#define CH_KERNEL_VERSION "1.3.0unstable"
+#define CH_KERNEL_VERSION "1.3.1unstable"
/**
* Kernel version major number.
@@ -50,7 +50,7 @@
/**
* Kernel version patch number.
*/
-#define CH_KERNEL_PATCH 0
+#define CH_KERNEL_PATCH 1
/*
* Common values.