Skip to content

Commit 98d1525

Browse files
committed
this commit marks the release point of version 1.8.0
1 parent 1e2c005 commit 98d1525

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ set_property( GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS ON )
88

99
project( sirikali )
1010

11-
set( PGR_VERSION "1.7.2" )
12-
set( COPYRIGHT_YEARS "2016-2024" )
11+
set( PGR_VERSION "1.8.0" )
12+
set( COPYRIGHT_YEARS "2016-2025" )
1313

1414
file(WRITE ${PROJECT_BINARY_DIR}/VERSION_INFO "${PGR_VERSION}")
1515

src/engines/cryptomator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static engines::engine::BaseOptions _setOptions()
9090

9191
cryptomator::cryptomator() :
9292
engines::engine( _setOptions() ),
93-
m_version_greater_or_equal_0_6_0( false,*this,this->minimumVersion() )
93+
m_version_greater_or_equal_0_6_0( true,*this,this->minimumVersion() )
9494
{
9595
}
9696

src/flatpak/io.github.mhogomchungu.sirikali.metainfo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<li>Update Cryfs to version 1.0.1.</li>
4545
<li>Add support for cryptomator-cli 0.6.0.</li>
4646
<li>Make it possible to install cryptomator-cli from within the app.</li>
47-
<li>Install cryptomator-cli by going to menu->"check for updates"->cryptomator-cli->update.</li>
47+
<li>Install cryptomator-cli by going to menu->"check for updates"->cryptomator->update.</li>
4848
</ul>
4949
</description>
5050
</release>

0 commit comments

Comments
 (0)