Bump version to 0.2.2
[harbour-pedalo.git] / harbour-pedalo.pro
index 7c12a39..31f1c95 100644 (file)
@@ -13,8 +13,8 @@
 TARGET = harbour-pedalo
 
 VERSION_MAJOR = 0
-VERSION_MINOR = 1
-VERSION_BUILD = 1
+VERSION_MINOR = 2
+VERSION_BUILD = 2
 
 #Target version
 VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}-$${VERSION_BUILD}
@@ -35,7 +35,13 @@ SOURCES += src/harbour-pedalo.cpp \
     src/imageprovider.cpp \
     src/graph.cpp \
     src/statsmodel.cpp \
-    src/stats.cpp
+    src/stats.cpp \
+    src/statsweekdayave.cpp \
+    src/statsweekdaycongestion.cpp \
+    src/statshourcongestion.cpp \
+    src/statshourjourneys.cpp \
+    src/statsyearjourneys.cpp \
+    src/statsyearduration.cpp
 
 DISTFILES += qml/harbour-pedalo.qml \
     qml/cover/CoverPage.qml \
@@ -79,4 +85,10 @@ HEADERS += \
     src/imageprovider.h \
     src/graph.h \
     src/statsmodel.h \
-    src/stats.h
+    src/stats.h \
+    src/statsweekdayave.h \
+    src/statsweekdaycongestion.h \
+    src/statshourcongestion.h \
+    src/statshourjourneys.h \
+    src/statsyearjourneys.h \
+    src/statsyearduration.h