Fixed bug with delete button in playlists view
[someplayer] / src / someplayer.h
index 6ecab29..97b573a 100644 (file)
@@ -47,5 +47,9 @@ namespace SomePlayer {
 #include "config.h"
 
 #define _DYNAMIC_PLAYLIST_MAX_COUNT_ 50
+#define _SOMEPLAYER_VERSION_ "1.4.0"
+#define NDEBUG
+
+#define _SERVICE_NAME_ "ru.somebody.someplayer"
 
 #endif