Skip to content

Commit

Permalink
Merge pull request #4974 from atmaxinger/release-v0.11
Browse files Browse the repository at this point in the history
Release v0.11.0
  • Loading branch information
atmaxinger committed Aug 3, 2023
2 parents 20b90e0 + 97f32be commit a660c74
Show file tree
Hide file tree
Showing 39 changed files with 67 additions and 402 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required (VERSION 3.12)
set (CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_SOURCE_DIR}/scripts/cmake/Platform.cmake")

set (KDB_VERSION_MAJOR 0)
set (KDB_VERSION_MINOR 10)
set (KDB_VERSION_MINOR 11)
set (KDB_VERSION_PATCH 0)
set (KDB_VERSION "${KDB_VERSION_MAJOR}.${KDB_VERSION_MINOR}.${KDB_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BSD 3-Clause License

Copyright (c) 2004-2022 [Elektra Initiative](/doc/AUTHORS.md). All rights reserved.
Copyright (c) 2004-2023 [Elektra Initiative](/doc/AUTHORS.md). All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit a660c74

Please sign in to comment.