X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=harbour-pedalo.pro;h=ea9c88a4460bf64a12d0f81ce301745602fb716f;hp=bc118dd99997944c53b58deff63150cea8104e51;hb=HEAD;hpb=54ab3ebfadf8cb258561a4641249da8c6469dc0f diff --git a/harbour-pedalo.pro b/harbour-pedalo.pro index bc118dd..31f1c95 100644 --- a/harbour-pedalo.pro +++ b/harbour-pedalo.pro @@ -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} @@ -39,7 +39,9 @@ SOURCES += src/harbour-pedalo.cpp \ src/statsweekdayave.cpp \ src/statsweekdaycongestion.cpp \ src/statshourcongestion.cpp \ - src/statshourjourneys.cpp + src/statshourjourneys.cpp \ + src/statsyearjourneys.cpp \ + src/statsyearduration.cpp DISTFILES += qml/harbour-pedalo.qml \ qml/cover/CoverPage.qml \ @@ -87,4 +89,6 @@ HEADERS += \ src/statsweekdayave.h \ src/statsweekdaycongestion.h \ src/statshourcongestion.h \ - src/statshourjourneys.h + src/statshourjourneys.h \ + src/statsyearjourneys.h \ + src/statsyearduration.h