Przeglądaj źródła

Merge pull request #78 from o3de/pruiksma/update_version

Updating version from last change
Ken Pruiksma 2 lat temu
rodzic
commit
3799fd52f9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/AzslcMain.cpp

+ 1 - 1
src/AzslcMain.cpp

@@ -23,7 +23,7 @@ namespace StdFs = std::filesystem;
 // For large features or milestones. Minor version allows for breaking changes. Existing tests can change.
 #define AZSLC_MINOR "8"   // last change: introduction of class inheritance
 // For small features or bug fixes. They cannot introduce breaking changes. Existing tests shouldn't change.
-#define AZSLC_REVISION "13"  // last change: fix of static samplers in SRG get double emission
+#define AZSLC_REVISION "14"  // last change: [5a1b711] Fixing order of multiple unbounded arrays when unique indices are used.
 
 namespace AZ::ShaderCompiler
 {