From 848a6a89c989772998b012e2d6379a40ae39efbf Mon Sep 17 00:00:00 2001 From: Hannes Schueller Date: Mon, 8 Nov 2010 21:58:07 +0100 Subject: [PATCH] version 0.9.6.1 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index f54ffcc..2934c76 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ /* general settings */ char startpage[241] = "http://www.vimprobable.org/"; -char useragent[120] = "Vimprobable2/0.9.6.0"; +char useragent[120] = "Vimprobable2/0.9.6.1"; static const gboolean enablePlugins = TRUE; /* TRUE keeps plugins enabled */ static const gboolean enableJava = TRUE; /* FALSE disables Java applets */ -- 2.11.4.GIT