[openrtm-commit:00499] r2246 - in tags/RELEASE_1_0_1/OpenRTM-aist: . docs

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 12月 20日 (火) 15:25:48 JST


Author: n-ando
Date: 2011-12-20 15:25:48 +0900 (Tue, 20 Dec 2011)
New Revision: 2246

Modified:
   tags/RELEASE_1_0_1/OpenRTM-aist/configure.ac
   tags/RELEASE_1_0_1/OpenRTM-aist/docs/doxygen_classref.conf
   tags/RELEASE_1_0_1/OpenRTM-aist/docs/doxygen_idlref.conf
Log:
version 1.0.0 -> 1.0.1

Modified: tags/RELEASE_1_0_1/OpenRTM-aist/configure.ac
===================================================================
--- tags/RELEASE_1_0_1/OpenRTM-aist/configure.ac	2011-12-20 06:25:12 UTC (rev 2245)
+++ tags/RELEASE_1_0_1/OpenRTM-aist/configure.ac	2011-12-20 06:25:48 UTC (rev 2246)
@@ -18,7 +18,7 @@
 dnl ------------------------------------------------------------
 dnl  Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT(OpenRTM-aist, 1.0.0, n-ando at aist.go.jp, OpenRTM-aist)
+AC_INIT(OpenRTM-aist, 1.0.1, n-ando at aist.go.jp, OpenRTM-aist)
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE([dist-bzip2 tar-pax])
 AM_CONFIG_HEADER([src/lib/rtm/config_rtc.h])
@@ -1437,6 +1437,9 @@
 
 AC_OUTPUT([Makefile
 	build/Makefile
+	packages/Makefile
+	packages/deb/Makefile
+	packages/rpm/Makefile
 	src/Makefile
 	src/lib/Makefile
 	src/lib/rtm/Makefile

Modified: tags/RELEASE_1_0_1/OpenRTM-aist/docs/doxygen_classref.conf
===================================================================
--- tags/RELEASE_1_0_1/OpenRTM-aist/docs/doxygen_classref.conf	2011-12-20 06:25:12 UTC (rev 2245)
+++ tags/RELEASE_1_0_1/OpenRTM-aist/docs/doxygen_classref.conf	2011-12-20 06:25:48 UTC (rev 2246)
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.0.0
+PROJECT_NUMBER         = 1.0.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: tags/RELEASE_1_0_1/OpenRTM-aist/docs/doxygen_idlref.conf
===================================================================
--- tags/RELEASE_1_0_1/OpenRTM-aist/docs/doxygen_idlref.conf	2011-12-20 06:25:12 UTC (rev 2245)
+++ tags/RELEASE_1_0_1/OpenRTM-aist/docs/doxygen_idlref.conf	2011-12-20 06:25:48 UTC (rev 2246)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.0.0
+PROJECT_NUMBER         = 1.0.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 



openrtm-commit メーリングリストの案内