Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-hro committed Oct 12, 2024
1 parent 5432974 commit 69419e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0091 NEW)
project(Webthing-CPP VERSION 1.0.3 DESCRIPTION "Webthing implementation for C++" LANGUAGES CXX)
project(Webthing-CPP VERSION 1.0.4 DESCRIPTION "Webthing implementation for C++" LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)

IF(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Webthing-CPP is licensed under the MIT License

Copyright (c) 2023 Benno Waldhauer
Copyright (c) 2023-2024 Benno Waldhauer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions vcpkg-no-ssl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "webthing-cpp",
"version-string": "1.0.4",
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
"dependencies": [
"catch2",
Expand Down
1 change: 1 addition & 0 deletions vcpkg-with-ssl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "webthing-cpp",
"version-string": "1.0.4",
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
"dependencies": [
"catch2",
Expand Down
1 change: 1 addition & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "webthing-cpp",
"version-string": "1.0.4",
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
"dependencies": [
"catch2",
Expand Down

0 comments on commit 69419e1

Please sign in to comment.