Skip to content

Commit 59f5bbb

Browse files
committed
Bump versions
1 parent 93fb3d5 commit 59f5bbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.18.1"
4+
VERSION "0.18.2"
55
HOMEPAGE_URL "https://github.com/exaloop/codon"
66
DESCRIPTION "high-performance, extensible Python compiler")
7-
set(CODON_JIT_PYTHON_VERSION "0.3.1")
7+
set(CODON_JIT_PYTHON_VERSION "0.3.2")
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)