We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fb3d5 commit 59f5bbbCopy full SHA for 59f5bbb
1 file changed
CMakeLists.txt
@@ -1,10 +1,10 @@
1
cmake_minimum_required(VERSION 3.14)
2
project(
3
Codon
4
- VERSION "0.18.1"
+ VERSION "0.18.2"
5
HOMEPAGE_URL "https://github.com/exaloop/codon"
6
DESCRIPTION "high-performance, extensible Python compiler")
7
-set(CODON_JIT_PYTHON_VERSION "0.3.1")
+set(CODON_JIT_PYTHON_VERSION "0.3.2")
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