From da597730d1485f2d7f614fe2b52e5a0c476f271a Mon Sep 17 00:00:00 2001 From: "yiyue.fang" Date: Wed, 10 Apr 2013 21:51:00 +0800 Subject: [PATCH] change the version number in doxyfile 1.1.0 -> 1.2.0 --- documentation/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 30a792e8a8..ce666e1a95 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "RT-Thread RTOS" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.1.0 +PROJECT_NUMBER = 1.2.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer -- GitLab