mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-17 07:40:00 +00:00
Release 1.1.1
* optimization
This commit is contained in:
@ -59,13 +59,23 @@
|
||||
* You may also download compiled executable file for Win_x86.
|
||||
*
|
||||
* @page Changelog
|
||||
* V.1.1.1 (2013-09-03)
|
||||
* <ul>
|
||||
* <li>optimization
|
||||
* </ul>
|
||||
* V.1.1.0 (2013-09-02)
|
||||
* <ul>
|
||||
* <li>added help window
|
||||
* <li>added help docs
|
||||
* <li>small bug fixes
|
||||
* </ul>
|
||||
* V.1.0.3 (2013-08-30)
|
||||
* <ul>
|
||||
* <li> Bug fixes
|
||||
* <li>bug fixes
|
||||
* </ul>
|
||||
* V.1.0.1 (2013-07-27)
|
||||
* <ul>
|
||||
* <li> initial release
|
||||
* <li>initial release
|
||||
* </ul>
|
||||
*/
|
||||
|
||||
@ -125,7 +135,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
sprintf (tmp_str, " mm_trj2pdb\n");
|
||||
sprintf (tmp_str, "%sProgram for create PDB file from trajectory snapshot\n", tmp_str);
|
||||
sprintf (tmp_str, "%sVersion : 1.1.0 License : GPL\n", tmp_str);
|
||||
sprintf (tmp_str, "%sVersion : 1.1.1 License : GPL\n", tmp_str);
|
||||
sprintf (tmp_str, "%s Evgeniy Alekseev aka arcanis\n", tmp_str);
|
||||
sprintf (tmp_str, "%s E-mail : esalexeev@gmail.com\n\n", tmp_str);
|
||||
sprintf (tmp_str, "%sUsage:\n", tmp_str);
|
||||
|
Reference in New Issue
Block a user