Skip to content

Commit

Permalink
Update rdm.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide authored Oct 22, 2019
1 parent 377afe1 commit 23dcd4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rdm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TEMPLATE = app

# Skip version file
!exists( $$PWD/version.h ) {
DEFINES += RDM_VERSION=\\\"2019.4.0\\\"
DEFINES += RDM_VERSION=\\\"2019.5.0\\\"
}

SOURCES += \
Expand Down Expand Up @@ -79,6 +79,7 @@ win32 {
}

unix:macx { # OSX
TARGET = "Redis Desktop Manager"
QT += svg
CONFIG += c++11

Expand Down

0 comments on commit 23dcd4b

Please sign in to comment.