[openrtm-commit:00364] r548 - branches/work/ToGetProperties/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 8月 22日 (月) 14:36:43 JST


Author: fsi-katami
Date: 2011-08-22 14:36:43 +0900 (Mon, 22 Aug 2011)
New Revision: 548

Modified:
   branches/work/ToGetProperties/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/Version.java
Log:
To get the value of m_properties by get_component_profile().  refs #2125

Modified: branches/work/ToGetProperties/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/Version.java
===================================================================
--- branches/work/ToGetProperties/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/Version.java	2011-08-22 05:20:12 UTC (rev 547)
+++ branches/work/ToGetProperties/jp.go.aist.rtm.RTC/src/jp/go/aist/rtm/Version.java	2011-08-22 05:36:43 UTC (rev 548)
@@ -5,8 +5,8 @@
  */
 public interface Version {
 
-    public static final String openrtm_name = "OpenRTM-aist-1.0.0";
-    public static final String openrtm_version = "1.0.0";
+    public static final String openrtm_name = "OpenRTM-aist-1.1.0";
+    public static final String openrtm_version = "1.1.0";
     public static final String corba_name = "omniORB";
     
 }



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