Skip to content

Commit

Permalink
Version: 2.8.7
Browse files Browse the repository at this point in the history
Bugfix #14:

Packaging for openSUSE: Set vymBaseDir correctly
  • Loading branch information
insilmaril committed Jun 15, 2021
1 parent 2bf38ac commit 8f43e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define VERSION_H

#define __VYM_NAME "VYM"
#define __VYM_VERSION "2.8.6"
#define __VYM_BUILD_DATE "2021-06-14"
#define __VYM_VERSION "2.8.7"
#define __VYM_BUILD_DATE "2021-06-15"
//#define __VYM_CODE_QUALITY "(Beta)"
#define __VYM_CODE_QUALITY "Production"
//#define __VYM_CODENAME "(Beta 5 of upcoming 2.8.0)"
Expand Down
1 change: 1 addition & 0 deletions vym.pro
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ isEmpty( DATADIR ) {
}

message( "Installation directory (PREFIX): $$PREFIX" )
message( "Data directory (DATADIR): $$DATADIR" )


target.path = $${BINDIR}
Expand Down

0 comments on commit 8f43e24

Please # to comment.