OSDN Git Service

Version 0.6.5
authortoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Sat, 15 Jun 2013 10:32:01 +0000 (10:32 +0000)
committertoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Sat, 15 Jun 2013 10:32:01 +0000 (10:32 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@363 a2be9bc6-48de-4e38-9406-05402d4bc13c

Documents/src/doc_source.html
README
Version
msw-build/molby.iss
wxSources/MyVersion.c
xcode-build/Info.plist

index 98acc46..5b052c6 100644 (file)
 <div class="centered" lang="en">
 <h1>Molby</h1>
 <h2>An Interactive Molecular Modeling Software<br />with Integrated Ruby Interpreter</h2>
-<h3>Version 0.6.4</h3> <!-- version -->
+<h3>Version 0.6.5</h3> <!-- version -->
 <h3>Toshi Nagata</h3>
 <p><a href="http://molby.sourceforge.jp/index-en.html">http://molby.sourceforge.jp/index-en.html</a></p>
 </div>
 <div class="centered" lang="ja">
 <h1>Molby</h1>
 <h2>対話型分子モデリングソフトウェア<br />(Ruby インタプリタ内蔵)</h2>
-<h3>Version 0.6.4</h3> <!-- version -->
+<h3>Version 0.6.5</h3> <!-- version -->
 <h3>永田 央</h3>
 <p><a href="http://molby.sourceforge.jp/index.html">http://molby.sourceforge.jp/index.html</a></p>
 </div>
@@ -1532,7 +1532,7 @@ You can specify various settings in the dialog.
 <li><b>Elements:</b> The elements (comma separated) to use secondary basis set.</li>
 <li><b>Basis set:</b> The secondary basis set.</li>
 <li><b>Calculate electrostatic potential:</b> This is used for RESP charge calculation for AMBER.</li>
-<li><b>Execite GAMESS on this machine:</b> (0.6.5 and later) Execute GAMESS, provided that GAMESS is installed on the same computer. Specify the full path of the GAMESS executable in "Path", and the number of CPU cores for calculation in "N of CPUs."<br>
+<li><b>Execite GAMESS on this machine:</b> (0.6.5 and later) Execute GAMESS, provided that GAMESS is installed on the same computer. Specify the full path of the GAMESS executable in "Path", and the number of CPU cores for calculation in "N of CPUs."<br />
 (Note: GAMESS may not work depending on the version of the executable.)</li>
 </ul>
 <p>
@@ -1635,7 +1635,7 @@ GAMESS の入力を作成するのは Gaussian よりもずっと複雑なので
 <li><b>Elements:</b> 別の基底を使う元素(コンマで区切って複数指定できます)。</li>
 <li><b>Basis set:</b> 別の基底。</li>
 <li><b>Calculate electrostatic potential:</b> RESP 電荷を求めるための静電ポテンシャルの計算を行う。</li>
-<li><b>Execite GAMESS on this machine:</b> (0.6.5 以降) Molby と同じコンピュータに GAMESS がインストールされているとき、GAMESS を実行することができます。Path に GAMESS の実行ファイルのフルパス名、N of CPUs に使用する CPU のコア数を指定します。<br>
+<li><b>Execite GAMESS on this machine:</b> (0.6.5 以降) Molby と同じコンピュータに GAMESS がインストールされているとき、GAMESS を実行することができます。Path に GAMESS の実行ファイルのフルパス名、N of CPUs に使用する CPU のコア数を指定します。<br />
 (注: GAMESS のバージョンによっては動作しないことがあります。)</li>
 </ul>
 <p>
diff --git a/README b/README
index b6d2dcb..a9c87ae 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,7 @@
     An Interactive Molecular Modeling Software
         with Integrated Ruby Interpreter
   
-          Version 0.6.4
+          Version 0.6.5
 
                   Toshi Nagata
 
diff --git a/Version b/Version
index d4848e0..dbc4739 100644 (file)
--- a/Version
+++ b/Version
@@ -1,2 +1,2 @@
-version = "0.6.4"
-date = "20121026"
+version = "0.6.5"
+date = "20130615"
index 95cad72..c3d006c 100755 (executable)
@@ -1,6 +1,6 @@
 [Setup]
 AppName = Molby
-AppVerName = Molby (v0.6.4)
+AppVerName = Molby (v0.6.5)
 DefaultDirName = {pf}\Molby
 DefaultGroupName = Molby
 UninstallDisplayIcon = {app}\Molby.exe
index 9b09891..f8bafe3 100644 (file)
@@ -15,7 +15,7 @@
  GNU General Public License for more details.
  */
 
-const char *gVersionString = "v0.6.4";
+const char *gVersionString = "v0.6.5";
 const char *gCopyrightString = "Copyright (c) 2008-2013 Toshi Nagata";
 /*  The following are now defined in build/buildInfo.c, generated by record_build_date.sh  */
 /*int gRevisionNumber = 0;
index 210b015..08b4636 100755 (executable)
@@ -36,6 +36,6 @@
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>v0.6.4</string>
+       <string>v0.6.5</string>
 </dict>
 </plist>