• R/O
  • HTTP
  • SSH
  • HTTPS

Molby: コミット

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

変更サマリ

差分

--- a/Documents/makedoc.rb
+++ b/Documents/makedoc.rb
@@ -277,7 +277,7 @@ body.each_element_with_attribute('file') { |ef|
277277 end
278278 }
279279 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")
281281 system("rm -rf #{target_dir}/*")
282282 system("mv #{base_dir}/* #{target_dir}")
283283 system("rmdir #{base_dir}")
--- a/Documents/src/doc_source.html
+++ b/Documents/src/doc_source.html
@@ -13,13 +13,13 @@
1313 <div class="centered" lang="en">
1414 <h1>Molby</h1>
1515 <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 -->
1717 <h3>Toshi Nagata</h3>
1818 </div>
1919 <div class="centered" lang="ja">
2020 <h1>Molby</h1>
2121 <h2>対話型分子モデリングソフトウェア<br />(Ruby インタプリタ内蔵)</h2>
22-<h3>Version 0.5.1 build 20100206</h3> <!-- version -->
22+<h3>Version 0.5.1 build 20100211</h3> <!-- version -->
2323 <h3>永田 央</h3>
2424 </div>
2525 <hr />
--- a/README
+++ b/README
@@ -5,7 +5,7 @@
55 An Interactive Molecular Modeling Software
66 with Integrated Ruby Interpreter
77
8- Version 0.5.1 build 20100206
8+ Version 0.5.1 build 20100211
99
1010 Toshi Nagata
1111
--- a/Version
+++ b/Version
@@ -1,2 +1,2 @@
11 version = "0.5.1"
2-date = "20100206"
2+date = "20100211"
--- a/msw-build/molby.iss
+++ b/msw-build/molby.iss
@@ -1,6 +1,6 @@
11 [Setup]
22 AppName = Molby
3-AppVerName = Molby (v0.5.1 build 20100206)
3+AppVerName = Molby (v0.5.1 build 20100211)
44 DefaultDirName = {pf}\Molby
55 DefaultGroupName = Molby
66 UninstallDisplayIcon = {app}\Molby.exe
--- a/wxSources/MyVersion.c
+++ b/wxSources/MyVersion.c
@@ -15,5 +15,5 @@
1515 GNU General Public License for more details.
1616 */
1717
18-const char *gVersionString = "v0.5.1 build 20100206";
18+const char *gVersionString = "v0.5.1 build 20100211";
1919 const char *gCopyrightString = "Copyright (c) 2008-2010 Toshi Nagata";
--- a/xcode-build/Info.plist
+++ b/xcode-build/Info.plist
@@ -36,6 +36,6 @@
3636 <key>CFBundleSignature</key>
3737 <string>????</string>
3838 <key>CFBundleVersion</key>
39- <string>v0.5.1 build 20100206</string>
39+ <string>v0.5.1 build 20100211</string>
4040 </dict>
4141 </plist>
旧リポジトリブラウザで表示