From 06814f39c5725a257e4aef7fc09761591e60645b Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Wed, 24 Nov 2010 08:22:13 +0000 Subject: [PATCH] Now people won't forget this shit anymore. SVN revision: 54921 --- config/default/base.src | 2 +- config/illume/base.src | 2 +- config/standard/base.src | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default/base.src b/config/default/base.src index 77a7d72..86878ac 100644 --- a/config/default/base.src +++ b/config/default/base.src @@ -1,5 +1,5 @@ group "Elm_Config" struct { - value "config_version" int: 65537; + value "config_version" int: 65538; value "engine" string: "software_x11"; value "thumbscroll_enable" uchar: 1; value "thumbscroll_threshold" int: 24; diff --git a/config/illume/base.src b/config/illume/base.src index 10a3090..aec6857 100644 --- a/config/illume/base.src +++ b/config/illume/base.src @@ -1,5 +1,5 @@ group "Elm_Config" struct { - value "config_version" int: 65537; + value "config_version" int: 65538; value "engine" string: "software_x11"; value "thumbscroll_enable" uchar: 1; value "thumbscroll_threshold" int: 24; diff --git a/config/standard/base.src b/config/standard/base.src index e8befa1..af9e674 100644 --- a/config/standard/base.src +++ b/config/standard/base.src @@ -1,5 +1,5 @@ group "Elm_Config" struct { - value "config_version" int: 65537; + value "config_version" int: 65538; value "engine" string: "software_x11"; value "thumbscroll_enable" uchar: 0; value "thumbscroll_threshold" int: 4; -- 2.7.4