diff -r 8df94bfd3e2f -r dd361cf60002 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 Tue Oct 18 22:55:43 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();