Skip to content

Commit

Permalink
Add release notes and increment version number
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma committed Feb 6, 2018
1 parent 15ef0f0 commit d6c7cea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(libdigidocpp VERSION 3.13.3)
project(libdigidocpp VERSION 3.13.4)
if(POLICY CMP0063)
cmake_policy(SET CMP0063 NEW)
endif()
Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Libdigidocpp library [3.13.4](https://github.com/open-eid/libdigidocpp/releases/tag/v3.13.4) release notes
--------------------------------------
- Add TSL cert tl-mp5 and generate headers dynamically (#174)

[Full Changelog](https://github.com/open-eid/libdigidocpp/compare/v3.13.3...v3.13.4)

Libdigidocpp library [3.13.3](https://github.com/open-eid/libdigidocpp/releases/tag/v3.13.3) release notes
--------------------------------------
- SiVa V2 support (#166)
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
param(
[string]$target = "C:\build",
[string]$buildver = "0",
[string]$msiversion = "3.13.3.$buildver",
[string]$msiversion = "3.13.4.$buildver",
[string]$msi_name = "libdigidocpp-$msiversion$env:VER_SUFFIX.msi",
[string]$msbuild = "C:\Program Files (x86)\MSBuild\$Env:VisualStudioVersion\Bin\MSBuild.exe",
[string]$cmake = "C:\Program Files (x86)\CMake\bin\cmake.exe",
Expand Down

0 comments on commit d6c7cea

Please sign in to comment.