diff -r 8df94bfd3e2f -r c04eae2c57df src/org/sonews/Main.java --- a/src/org/sonews/Main.java Sun Sep 11 17:01:19 2011 +0200 +++ b/src/org/sonews/Main.java Sun Oct 09 01:17:19 2011 +0200 @@ -44,7 +44,7 @@ public final class Main { /** Version information of the sonews daemon */ - public static final String VERSION = "sonews/1.1.0"; + public static final String VERSION = "sonews/1.1.0~Drupal"; /** The server's startup date */ public static final Date STARTDATE = new Date();