Skip to content

Commit 2d48736

Browse files
Prepare for v1.0
1 parent 9a5c8c3 commit 2d48736

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16) # focal
2-
project(pgm_args VERSION 0.4)
2+
project(pgm_args VERSION 1.0)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pgm-args (1.0) UNRELEASED; urgency=medium
2+
3+
*
4+
5+
-- Dimitry Ishenko <dimitry.ishenko@gmail.com> Mon, 28 Jul 2025 12:16:31 -0400
6+
17
pgm-args (0.4) unstable; urgency=medium
28

39
* Update README

0 commit comments

Comments
 (0)