Skip to content

Commit 23dcd4b

Browse files
authored
Update rdm.pro
1 parent 377afe1 commit 23dcd4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rdm.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEMPLATE = app
1111

1212
# Skip version file
1313
!exists( $$PWD/version.h ) {
14-
DEFINES += RDM_VERSION=\\\"2019.4.0\\\"
14+
DEFINES += RDM_VERSION=\\\"2019.5.0\\\"
1515
}
1616

1717
SOURCES += \
@@ -79,6 +79,7 @@ win32 {
7979
}
8080

8181
unix:macx { # OSX
82+
TARGET = "Redis Desktop Manager"
8283
QT += svg
8384
CONFIG += c++11
8485

0 commit comments

Comments
 (0)