Skip to content

Commit 3aca1a7

Browse files
committed
Bump version
1 parent 6320a76 commit 3aca1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cmake_minimum_required(VERSION 3.14)
22
project(
33
Codon
4-
VERSION "0.19.3"
4+
VERSION "0.19.4"
55
HOMEPAGE_URL "https://github.com/exaloop/codon"
66
DESCRIPTION "high-performance, extensible Python compiler")
7-
set(CODON_JIT_PYTHON_VERSION "0.4.3")
7+
set(CODON_JIT_PYTHON_VERSION "0.4.4")
88
configure_file("${PROJECT_SOURCE_DIR}/cmake/config.h.in"
99
"${PROJECT_SOURCE_DIR}/codon/config/config.h")
1010
configure_file("${PROJECT_SOURCE_DIR}/cmake/config.py.in"

0 commit comments

Comments
 (0)