Skip to content

Commit

Permalink
Set version to 19.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tru committed Jul 26, 2024
1 parent 07c2140 commit a4902a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/LLVMVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 0)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX git)
set(LLVM_VERSION_SUFFIX -rc1)
endif()

2 changes: 1 addition & 1 deletion llvm/utils/mlgo-utils/mlgo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from datetime import timezone, datetime

__versioninfo__ = (19, 0, 0)
__versioninfo__ = (19, 1, 0)
__version__ = (
".".join(str(v) for v in __versioninfo__)
+ "dev"
Expand Down

0 comments on commit a4902a3

Please sign in to comment.