From 941fccf46deb2e8be9e60b9c219e1990f1c1cff2 Mon Sep 17 00:00:00 2001 From: Curve Date: Sun, 20 Oct 2024 16:59:33 +0200 Subject: [PATCH] chore: bump version --- CMakeLists.txt | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df6ff99..af261de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(pdfcomp LANGUAGES CXX VERSION 2.0.0) +project(pdfcomp LANGUAGES CXX VERSION 2.1.0) # -------------------------------------------------------------------------------------------------------- # Setup Executable diff --git a/src/main.cpp b/src/main.cpp index 2f8fdc3..a7a20f2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,7 +55,7 @@ int main(int argc, char **argv) auto options = clap::Options{ "pdfcomp", "A utility to compare PDF and image files", - "2.0.0", + "2.1.0", }; options //