Change all copyright headers to include 2012.
[Sone.git] / src / main / java / net / pterodactylus / sone / main / SonePlugin.java
index b35c556..e05a311 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SonePlugin.java - Copyright © 2010 David Roden
+ * Sone - SonePlugin.java - Copyright © 2010–2012 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -83,7 +83,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 7, 3);
+       public static final Version VERSION = new Version(0, 8);
 
        /** The logger. */
        private static final Logger logger = Logging.getLogger(SonePlugin.class);