3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-28 09:48:17 +01:00

[cmake] Bump Version number to 3.3

This commit is contained in:
Alexander Hampel 2024-05-13 12:02:44 -04:00
parent 10bf947083
commit ee6612c00b
2 changed files with 3 additions and 3 deletions

View File

@ -27,12 +27,12 @@ endif()
# ############
# Define Project
project(triqs_dft_tools VERSION 3.2.1 LANGUAGES C CXX Fortran)
project(triqs_dft_tools VERSION 3.3.0 LANGUAGES C CXX Fortran)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
# ############
# Load TRIQS and CPP2PY
find_package(TRIQS 3.2 REQUIRED)
find_package(TRIQS 3.3 REQUIRED)
# Get the git hash & print status
triqs_get_git_hash_of_source_dir(PROJECT_GIT_HASH)

View File

@ -1,4 +1,4 @@
{% set version = "3.2.1" %}
{% set version = "3.3.0" %}
package:
name: triqs_dft_tools