We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5c8c3 commit 2d48736Copy full SHA for 2d48736
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16) # focal
2
-project(pgm_args VERSION 0.4)
+project(pgm_args VERSION 1.0)
3
4
set(CMAKE_CXX_STANDARD 17)
5
set(CMAKE_CXX_STANDARD_REQUIRED ON)
debian/changelog
@@ -1,3 +1,9 @@
+pgm-args (1.0) UNRELEASED; urgency=medium
+
+ *
+ -- Dimitry Ishenko <dimitry.ishenko@gmail.com> Mon, 28 Jul 2025 12:16:31 -0400
6
7
pgm-args (0.4) unstable; urgency=medium
8
9
* Update README
0 commit comments