Bump version

pull/218/head v0.15.5
A. R. Shajii 2023-02-05 19:05:30 -05:00
parent 5f13644751
commit ab7387b66a
1 changed files with 2 additions and 2 deletions

View File

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