Skip to content

Commit

Permalink
Update copyright year and version number (#577)
Browse files Browse the repository at this point in the history
IB-7807, IB-7900

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma authored Feb 9, 2024
1 parent 91a8066 commit 5e8a764
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
container: ['fedora:37', 'fedora:38', 'fedora:39']
container: ['fedora:38', 'fedora:39']
steps:
- name: Install Deps
run: |
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
vcvars: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Auxiliary\\Build\\vcvarsall.bat"
env:
VER_SUFFIX: .VS${{ matrix.toolset }}
VERSION: 3.17.0.${{ github.run_number }}
VERSION: 3.18.0.${{ github.run_number }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()
if(POLICY CMP0122)
cmake_policy(SET CMP0122 NEW)
endif()
project(libdigidocpp VERSION 3.17.0)
project(libdigidocpp VERSION 3.18.0)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)

include(VersionInfo)
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param(
[string]$vcpkg_dir = (split-path -parent $vcpkg),
[string]$vcpkg_installed = $libdigidocpp,
[string]$buildver = "0",
[string]$msiversion = "3.17.0.$buildver",
[string]$msiversion = "3.18.0.$buildver",
[string]$msi_name = "libdigidocpp-$msiversion$env:VER_SUFFIX.msi",
[string]$cmake = "cmake.exe",
[string]$generator = "NMake Makefiles",
Expand Down
2 changes: 1 addition & 1 deletion cmake
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Contact: info@ria.ee
Source: https://github.com/open-eid/libdigidocpp

Files: *
Copyright: 2012-2023 Estonian Information System's Authority
Copyright: 2012-2024 Estonian Information System's Authority
License: LGPL-2.1
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion src/digidoc-tool.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "digidoc-tool"
VALUE "FileVersion", VER_STR(MAJOR_VER.MINOR_VER.RELEASE_VER.BUILD_VER)
VALUE "InternalName", "digidoc-tool"
VALUE "LegalCopyright", "(C) 2009-2023 Estonian Information System Authority"
VALUE "LegalCopyright", "(C) 2009-2024 Estonian Information System Authority"
VALUE "OriginalFilename", "digidoc-tool.exe"
VALUE "ProductName", "digidoc-tool"
VALUE "ProductVersion", VER_STR(MAJOR_VER.MINOR_VER.RELEASE_VER.BUILD_VER)
Expand Down
2 changes: 1 addition & 1 deletion src/libdigidocpp.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", TARGET_NAME
VALUE "FileVersion", VER_STR(MAJOR_VER.MINOR_VER.RELEASE_VER.BUILD_VER)
VALUE "InternalName", TARGET_NAME
VALUE "LegalCopyright", "(C) 2009-2023 Estonian Information System Authority"
VALUE "LegalCopyright", "(C) 2009-2024 Estonian Information System Authority"
VALUE "OriginalFilename", TARGET_NAME ".dll"
VALUE "ProductName", TARGET_NAME
VALUE "ProductVersion", VER_STR(MAJOR_VER.MINOR_VER.RELEASE_VER.BUILD_VER)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libdigidocpp",
"version": "3.17.0",
"version": "3.18.0",
"dependencies": [
"xml-security-c",
"zlib"
Expand Down

0 comments on commit 5e8a764

Please sign in to comment.