Parcourir la source

version bump

Signed-off-by: Vivien Oddou <[email protected]>
Vivien Oddou il y a 1 an
Parent
commit
c934df8b96
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
 // 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
 #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.
 // For small features or bug fixes. They cannot introduce breaking changes. Existing tests shouldn't change.
-#define AZSLC_REVISION "18"  // last change: automatic option ranks
+#define AZSLC_REVISION "19"  // last change: fix crash in option ranks analysis in case of bodiless functions
 
 
 namespace AZ::ShaderCompiler
 namespace AZ::ShaderCompiler
 {
 {