From e8b1d79f79c641ecf1d05fc0ae4cbd5ed3e0cdbb Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Mon, 14 Apr 2014 17:50:36 -0500 Subject: [PATCH] Oops, forgot to change the version. Oh well, minor details. --- src/MMMCalc.java | 2 +- src/manifest.mf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MMMCalc.java b/src/MMMCalc.java index 84497fd..8f552d6 100644 --- a/src/MMMCalc.java +++ b/src/MMMCalc.java @@ -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"); diff --git a/src/manifest.mf b/src/manifest.mf index f16f961..72b62ff 100644 --- a/src/manifest.mf +++ b/src/manifest.mf @@ -1,2 +1,2 @@ -Manifest-Version: 0.2 +Manifest-Version: 0.3 Main-Class: MMMCalc