Bump versions

pull/335/head
A. R. Shajii 2023-03-31 11:35:55 -04:00
parent 2d1dc892ac
commit 02060cfa21
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.14)
project(
Codon
VERSION "0.15.5"
VERSION "0.16.0"
HOMEPAGE_URL "https://github.com/exaloop/codon"
DESCRIPTION "high-performance, extensible Python compiler")
set(CODON_JIT_PYTHON_VERSION "0.1.3")
set(CODON_JIT_PYTHON_VERSION "0.1.4")
configure_file("${PROJECT_SOURCE_DIR}/cmake/config.h.in"
"${PROJECT_SOURCE_DIR}/codon/config/config.h")
configure_file("${PROJECT_SOURCE_DIR}/cmake/config.py.in"