Skip to content

Commit

Permalink
Increment gxc version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed May 19, 2022
1 parent a32b6f7 commit 54a90a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gxc/src/gxc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ static std::optional<CommandLineOptions> parseCommandLine(int argc, const char**

static std::string getVersionInfo()
{
return "1.0";
return "1.1";
}

static void printVersion()
Expand Down

0 comments on commit 54a90a5

Please sign in to comment.