Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jun 26, 2024
1 parent ffac362 commit 8adbfae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qmake/common.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.8.3
VERSION = 2.8.4

!contains(DEFINES, QT_DEPRECATED_WARNINGS){
DEFINES += QT_DEPRECATED_WARNINGS
Expand Down
2 changes: 1 addition & 1 deletion shared/liboxide/liboxide.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#ifdef APP_VERSION
#define VERSION APP_VERSION
#else
#define VERSION "2.7"
#define VERSION OXIDE_VERSION
#endif
#endif
#ifndef APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion shared/liboxide/meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* \def OXIDE_VERSION
* \brief Version of Tarnish and liboxide
*/
#define OXIDE_VERSION "2.8.3"
#define OXIDE_VERSION "2.8.4"
/*!
* \def OXIDE_INTERFACE_VERSION
* \brief Version of Tarnish and liboxide for dbus
Expand Down

0 comments on commit 8adbfae

Please sign in to comment.