diff --git a/Install/Linux/README.txt b/Install/Linux/README.txt deleted file mode 100644 index aefc9fd8..00000000 --- a/Install/Linux/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -This directory contains a Linux binary for the glslang validator. - -Installation: The executable in this directory is self sufficient, and can be -placed where desired; in a test directory, or in a system path, etc. - -Usage: Execute glslangValidator with no arguments to get a usage statement. diff --git a/Install/Linux/glslangValidator b/Install/Linux/glslangValidator deleted file mode 100755 index a7640f39..00000000 Binary files a/Install/Linux/glslangValidator and /dev/null differ diff --git a/Install/Linux/install b/Install/Linux/install deleted file mode 100755 index a2d0ea21..00000000 --- a/Install/Linux/install +++ /dev/null @@ -1 +0,0 @@ -sudo cp glslangValidator /usr/local/bin diff --git a/Install/Windows/README.txt b/Install/Windows/README.txt deleted file mode 100644 index bde97b9d..00000000 --- a/Install/Windows/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -This directory contains a Windows binary for the glslang validator. - -Installation: The executable in this directory is self sufficient, and can be -placed where desired; in a test directory, or in a system path, etc. - -Usage: Execute glslangValidator with no arguments to get a usage statement. diff --git a/Install/Windows/glslangValidator.exe b/Install/Windows/glslangValidator.exe deleted file mode 100755 index e6b4ac20..00000000 Binary files a/Install/Windows/glslangValidator.exe and /dev/null differ diff --git a/README.md b/README.md index ce004711..7a689175 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ Things left to do: See `Todo.txt` Execution of Standalone Wrapper ------------------------------- -There are binaries in the `Install/Windows` and `Install/Linux` directories. - To use the standalone binary form, execute `glslangValidator`, and it will print a usage statement. Basic operation is to give it a file containing a shader, and it will print out warnings/errors and optionally an AST. diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h index a4c86e87..8713e76d 100644 --- a/glslang/Include/revision.h +++ b/glslang/Include/revision.h @@ -2,5 +2,5 @@ // For the version, it uses the latest git tag followed by the number of commits. // For the date, it uses the current date (when then script is run). -#define GLSLANG_REVISION "3.0.732" -#define GLSLANG_DATE "22-Aug-2015" +#define GLSLANG_REVISION "3.0.735" +#define GLSLANG_DATE "09-Sep-2015"