Révision | 79af35d0aa2ed9c929ef2aa6feb6bad6ec80bf27 (tree) |
---|---|
l'heure | 2013-12-25 16:17:25 |
Auteur | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
change version info #32676
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/0.3.x@1593 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -40,8 +40,8 @@ using namespace MolDS_base; | ||
40 | 40 | int main(int argc, char *argv[]){ |
41 | 41 | string optionHelp="-h"; |
42 | 42 | string optionVersion="-v"; |
43 | - string messageHelp="See README.txt: \"http://sourceforge.jp/projects/molds/scm/svn/blobs/head/tags/0.3.0/doc/README.txt\"\n"; | |
44 | - string messageVersion="MolDS 0.3.0\n"; | |
43 | + string messageHelp="See README.txt: \"http://sourceforge.jp/projects/molds/scm/svn/blobs/head/tags/0.3.1/doc/README.txt\"\n"; | |
44 | + string messageVersion="MolDS 0.3.1\n"; | |
45 | 45 | for(int i=0; i<argc; i++){ |
46 | 46 | if(optionHelp.compare(argv[i])==0){ |
47 | 47 | std::cout << messageHelp; |