2006-04-05 [colin] 2.1.0cvs1
[claws.git] / src / plugins / pgpcore / plugin.c
index d3193335a536776a91ae71317a0225798d0d095c..70720e10cfaaf687228205a059088a52711984ca 100644 (file)
@@ -37,7 +37,7 @@ gint plugin_init(gchar **error)
                return -1;
        }
 
-       if ((sylpheed_get_version() < MAKE_NUMERIC_VERSION(1, 9, 12, 40))) {
+       if ((sylpheed_get_version() < MAKE_NUMERIC_VERSION(2, 1, 0, 1))) {
                *error = g_strdup("Your version of Sylpheed-Claws is too old for the PGP/Core plugin");
                return -1;
        }