Skip to content

Commit 8d58134

Browse files
patvarillyclaude
andcommitted
Release v1.3.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ffb4728 commit 8d58134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ cmake_minimum_required(VERSION 3.17.5)
1010
# 4. Commit these changes to CMakeLists.txt and push (git push)
1111
# 5. Tag Git commit (git tag ${VERSION} && git push origin ${VERSION})
1212
# 6. Compile & distribute the release artifacts
13-
project(delphy VERSION 1.2.2)
14-
set(BUILD_NUMBER 2049)
15-
set(BUILD_PREV_GIT_HASH 7c403ae)
13+
project(delphy VERSION 1.3.0)
14+
set(BUILD_NUMBER 2050)
15+
set(BUILD_PREV_GIT_HASH ffb4728)
1616

1717
set(CMAKE_CXX_STANDARD 20)
1818
set(CMAKE_CXX_STANDARD_REQUIRED YES)

0 commit comments

Comments
 (0)