Preparing for version 0.4

This commit is contained in:
Deathsbreed 2014-04-15 13:41:35 -05:00
parent e8b1d79f79
commit 3b24d422d2
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.3, Copyright (C) 2014 Nicolás A. Ortega\n" +
System.out.println("MMMCalc v0.4, 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.3
Manifest-Version: 0.4
Main-Class: MMMCalc