Oops, forgot to change the version. Oh well, minor details.
This commit is contained in:
parent
0ce346b714
commit
e8b1d79f79
@ -23,7 +23,7 @@ public class MMMCalc {
|
|||||||
private static float variance = 0;
|
private static float variance = 0;
|
||||||
|
|
||||||
public static void main(String[] args) {
|
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 program comes with ABSOLUTELY NO WARRANTY; for details use '-w'\n" +
|
||||||
"This is free software, and you are welcome to redistribute it\n" +
|
"This is free software, and you are welcome to redistribute it\n" +
|
||||||
"under certain conditions; use '-c' for details.\n");
|
"under certain conditions; use '-c' for details.\n");
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
Manifest-Version: 0.2
|
Manifest-Version: 0.3
|
||||||
Main-Class: MMMCalc
|
Main-Class: MMMCalc
|
||||||
|
Loading…
Reference in New Issue
Block a user