Skip to content

Commit

Permalink
this commit marks the release point of version 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Oct 1, 2019
1 parent a2ed312 commit dd984a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(zuluCrypt)

INCLUDE(GNUInstallDirs)

set( PGR_VERSION "5.6.0" )
set( PGR_VERSION "5.7.0" )
set( LIB_VERSION "1.2.0" )
set( LIB_PLUGIN_VERSION "1.0.0" )

Expand Down
6 changes: 3 additions & 3 deletions rpm/BUILD_INSTRUCTIONS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

ps: copy and paste all given commands to make sure you dont mistype them.
ps: at step 5,replace "5.6.0" to zuluCrypt version you are building.
ps: at step 5,replace "5.7.0" to zuluCrypt version you are building.
ps: these instructions assumes rpm build directory is at "~/rpmbuild".
Modify the paths in step 5 if they are different in your distribution.

Expand Down Expand Up @@ -39,8 +39,8 @@ ps: these instructions assumes rpm build directory is at "~/rpmbuild".
****************************************************************************************************************

rpmdev-setuptree
tar -cf ~/rpmbuild/SOURCES/zuluCrypt-5.5.0.tar ../zuluCrypt-5.5.0
xz -z ~/rpmbuild/SOURCES/zuluCrypt-5.5.0.tar
tar -cf ~/rpmbuild/SOURCES/zuluCrypt-5.7.0.tar ../zuluCrypt-5.7.0
xz -z ~/rpmbuild/SOURCES/zuluCrypt-5.7.0.tar

****************************************************************************************************************

Expand Down
2 changes: 1 addition & 1 deletion rpm/zuluCrypt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

Name: zuluCrypt
Version: 5.6.0
Version: 5.7.0
Release: 0
Summary: Qt GUI front end to cryptsetup
License: GPL-2.0+
Expand Down

0 comments on commit dd984a2

Please sign in to comment.