diff -r 8df94bfd3e2f -r 03cc47e9daee 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 25 14:10:55 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();