Oops, forgot to change the version. Oh well, minor details.

This commit is contained in:
Deathsbreed 2014-04-14 17:50:36 -05:00
parent 0ce346b714
commit e8b1d79f79
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ public class MMMCalc {
private static float variance = 0;
public static void main(String[] args) {
System.out.println("MMMCalc v0.2, Copyright (C) 2014 Nicolás A. Ortega\n" +
System.out.println("MMMCalc v0.3, Copyright (C) 2014 Nicolás A. Ortega\n" +
"This program comes with ABSOLUTELY NO WARRANTY; for details use '-w'\n" +
"This is free software, and you are welcome to redistribute it\n" +
"under certain conditions; use '-c' for details.\n");

View File

@ -1,2 +1,2 @@
Manifest-Version: 0.2
Manifest-Version: 0.3
Main-Class: MMMCalc