We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6320a76 commit 3aca1a7Copy full SHA for 3aca1a7
CMakeLists.txt
@@ -1,10 +1,10 @@
1
cmake_minimum_required(VERSION 3.14)
2
project(
3
Codon
4
- VERSION "0.19.3"
+ VERSION "0.19.4"
5
HOMEPAGE_URL "https://github.com/exaloop/codon"
6
DESCRIPTION "high-performance, extensible Python compiler")
7
-set(CODON_JIT_PYTHON_VERSION "0.4.3")
+set(CODON_JIT_PYTHON_VERSION "0.4.4")
8
configure_file("${PROJECT_SOURCE_DIR}/cmake/config.h.in"
9
"${PROJECT_SOURCE_DIR}/codon/config/config.h")
10
configure_file("${PROJECT_SOURCE_DIR}/cmake/config.py.in"
0 commit comments