Skip to content

Commit 9064225

Browse files
committed
bump version to 2026.05
1 parent eada515 commit 9064225

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif()
2626

2727
# ############
2828
# Define Project
29-
project(NRGLJUBLJANA VERSION 2026.04 LANGUAGES C CXX)
29+
project(NRGLJUBLJANA VERSION 2026.05 LANGUAGES C CXX)
3030
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
3131

3232
include(GNUInstallDirs)

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "nrgljubljana" %}
2-
{% set version = "2026.04" %}
2+
{% set version = "2026.05" %}
33
{% set git_url = environ.get("NRGLJUBLJANA_CONDA_GIT_URL", "https://github.com/rokzitko/nrgljubljana.git") %}
44
{% set git_rev = environ.get("NRGLJUBLJANA_CONDA_GIT_REV", "master") %}
55
{% set conda_target_platform = target_platform|default("", true) %}

0 commit comments

Comments
 (0)