]> andersk Git - openssh.git/blobdiff - compat.c
- More large OpenBSD CVS updates:
[openssh.git] / compat.c
index 0e36c218a5af248a35525d08279a455512462522..5a633ff26c6a02a12bc11975c9b44c33a85c4bb4 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -58,9 +58,7 @@ compat_datafellows(const char *version)
        size_t len;
        static const char *check[] = {
                "2.0.1",
-               "2.1.0.beta.9",
-               "2.1.0.pre.3",
-               "2.1.0.public.beta.1",
+               "2.1.0",
                NULL
        };
        for (i = 0; check[i]; i++) {
This page took 0.08911 seconds and 4 git commands to generate.