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 b4dd7ac commit 5106f4dCopy full SHA for 5106f4d
CMakeLists.txt
@@ -1,10 +1,10 @@
1
cmake_minimum_required(VERSION 3.14)
2
project(
3
Codon
4
- VERSION "0.19.2"
+ VERSION "0.19.3"
5
HOMEPAGE_URL "https://github.com/exaloop/codon"
6
DESCRIPTION "high-performance, extensible Python compiler")
7
-set(CODON_JIT_PYTHON_VERSION "0.4.2")
+set(CODON_JIT_PYTHON_VERSION "0.4.3")
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