--- a/upplay.pro
+++ b/upplay.pro
@@ -15,12 +15,12 @@
 }
 
 # VERSION is ^egrepped and must stay in the first column
-VERSION = 1.2.13
+VERSION = 1.2.14
 COPYRDATES = 2011-2017
 
 QMAKE_CXXFLAGS += -DUPPLAY_VERSION=\\\"$$VERSION\\\" 
 QMAKE_CXXFLAGS += -DUPPLAY_COPYRDATES=\\\"$$COPYRDATES\\\" 
-QMAKE_CXXFLAGS += -std=c++11
+QMAKE_CXXFLAGS += -std=c++11 -g
 
 buildtype = release
 CONFIG  += qt warn_on thread $$buildtype