X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/3c95f40e6ee907804adc1c443c4efed1222f3589..9bd9e192e69d076dc8a1658ffd33aa4e6d2dff0c:/lib/versionstring.c diff --git a/lib/versionstring.c b/lib/versionstring.c new file mode 100644 index 0000000..006badf --- /dev/null +++ b/lib/versionstring.c @@ -0,0 +1,10 @@ +/* autogenerated file, do not edit */ + + const char disorder_version_string[] = + "%s (DisOrder) 5.1.1\n" + "Copyright (C) 2003-2011 Richard Kettlewell et al\n" + "License GPLv3+: GNU GPL version 3 or later:\n" + " http://www.gnu.org/licenses/gpl-3.0.html\n" + "This is free software: you are free to change and redistribute it.\n" + "There is NO WARRANTY, to the extent permitted by law.\n" +;