Molecular Modeling Software
リビジョン | b4f37d19f9dd2642a43c26b4f878ad393c1a4ed7 (tree) |
---|---|
日時 | 2010-02-18 23:43:36 |
作者 | toshinagata1964 <toshinagata1964@a2be...> |
コミッター | toshinagata1964 |
Cleaning up the rdoc comments.
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@11 a2be9bc6-48de-4e38-9406-05402d4bc13c
@@ -277,7 +277,7 @@ body.each_element_with_attribute('file') { |ef| | ||
277 | 277 | end |
278 | 278 | } |
279 | 279 | target_dir = "../doc" |
280 | -system("cp -r etc #{base_dir}; rm -rf #{base_dir}/etc/CVS") | |
280 | +system("cp -r etc #{base_dir}; rm -rf #{base_dir}/etc/CVS #{base_dir}/etc/.svn #{base_dir}/etc/.DS_Store") | |
281 | 281 | system("rm -rf #{target_dir}/*") |
282 | 282 | system("mv #{base_dir}/* #{target_dir}") |
283 | 283 | system("rmdir #{base_dir}") |
@@ -13,13 +13,13 @@ | ||
13 | 13 | <div class="centered" lang="en"> |
14 | 14 | <h1>Molby</h1> |
15 | 15 | <h2>An Interactive Molecular Modeling Software<br />with Integrated Ruby Interpreter</h2> |
16 | -<h3>Version 0.5.1 build 20100206</h3> <!-- version --> | |
16 | +<h3>Version 0.5.1 build 20100211</h3> <!-- version --> | |
17 | 17 | <h3>Toshi Nagata</h3> |
18 | 18 | </div> |
19 | 19 | <div class="centered" lang="ja"> |
20 | 20 | <h1>Molby</h1> |
21 | 21 | <h2>対話型分子モデリングソフトウェア<br />(Ruby インタプリタ内蔵)</h2> |
22 | -<h3>Version 0.5.1 build 20100206</h3> <!-- version --> | |
22 | +<h3>Version 0.5.1 build 20100211</h3> <!-- version --> | |
23 | 23 | <h3>永田 央</h3> |
24 | 24 | </div> |
25 | 25 | <hr /> |
@@ -5,7 +5,7 @@ | ||
5 | 5 | An Interactive Molecular Modeling Software |
6 | 6 | with Integrated Ruby Interpreter |
7 | 7 | |
8 | - Version 0.5.1 build 20100206 | |
8 | + Version 0.5.1 build 20100211 | |
9 | 9 | |
10 | 10 | Toshi Nagata |
11 | 11 |
@@ -1,2 +1,2 @@ | ||
1 | 1 | version = "0.5.1" |
2 | -date = "20100206" | |
2 | +date = "20100211" |
@@ -1,6 +1,6 @@ | ||
1 | 1 | [Setup] |
2 | 2 | AppName = Molby |
3 | -AppVerName = Molby (v0.5.1 build 20100206) | |
3 | +AppVerName = Molby (v0.5.1 build 20100211) | |
4 | 4 | DefaultDirName = {pf}\Molby |
5 | 5 | DefaultGroupName = Molby |
6 | 6 | UninstallDisplayIcon = {app}\Molby.exe |
@@ -15,5 +15,5 @@ | ||
15 | 15 | GNU General Public License for more details. |
16 | 16 | */ |
17 | 17 | |
18 | -const char *gVersionString = "v0.5.1 build 20100206"; | |
18 | +const char *gVersionString = "v0.5.1 build 20100211"; | |
19 | 19 | const char *gCopyrightString = "Copyright (c) 2008-2010 Toshi Nagata"; |
@@ -36,6 +36,6 @@ | ||
36 | 36 | <key>CFBundleSignature</key> |
37 | 37 | <string>????</string> |
38 | 38 | <key>CFBundleVersion</key> |
39 | - <string>v0.5.1 build 20100206</string> | |
39 | + <string>v0.5.1 build 20100211</string> | |
40 | 40 | </dict> |
41 | 41 | </plist> |