Skip to content

Commit

Permalink
Release version 2022.03.22
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Mar 22, 2022
1 parent c6b31ed commit 1ee67cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Release
on:
push:
tags:
- '202[2-9].[0-2]+.[0-9]+'
- '202[2-9].[0-9]+.[0-9]+'
paths-ignore:
- '**.md'

Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.21)

project (Geoflow-bundle VERSION 2022.03.18)
project (Geoflow-bundle VERSION 2022.03.22)

add_subdirectory(geoflow)

Expand All @@ -20,10 +20,10 @@ add_subdirectory(plugins/gfp-val3dity)
set(CPACK_PACKAGE_NAME "Geoflow")
set(CPACK_PACKAGE_VENDOR "3DGI")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Geoflow - Software")
set(CPACK_PACKAGE_VERSION "2022.03.18")
set(CPACK_PACKAGE_VERSION "2022.03.22")
set(CPACK_PACKAGE_VERSION_MAJOR "2022")
set(CPACK_PACKAGE_VERSION_MINOR "03")
set(CPACK_PACKAGE_VERSION_PATCH "18")
set(CPACK_PACKAGE_VERSION_PATCH "22")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Geoflow")
set(CPACK_PACKAGE_DESCRIPTION "Geoflow is a geospatial 3D ETL tool.")
set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/geoflow3d/geoflow-bundle")
Expand Down

0 comments on commit 1ee67cb

Please sign in to comment.