diff options
Diffstat (limited to 'sensors-applet/sensors-applet-mateconf.c')
-rw-r--r-- | sensors-applet/sensors-applet-mateconf.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sensors-applet/sensors-applet-mateconf.c b/sensors-applet/sensors-applet-mateconf.c index 43e9d0c..787cd2b 100644 --- a/sensors-applet/sensors-applet-mateconf.c +++ b/sensors-applet/sensors-applet-mateconf.c @@ -28,11 +28,10 @@ static const gchar * const compatible_versions[] = { PACKAGE_VERSION, /* always list current version */ - "2.2.6", - "2.2.5", - "2.2.4", - "2.2.3", - "2.2.2", + "1.1.1", + "1.1.0", + "1.0.7", + "1.1.0", }; #define NUM_COMPATIBLE_VERSIONS G_N_ELEMENTS(compatible_versions) |