Commit 669e4d54 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

Update version to 25.0.rc1

parent 4d1da5ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION_MAJOR = "25.0"
VERSION_MINOR = "dev0"
VERSION_MINOR = "rc1"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")