From b08a4cf6006937860de1dab8706e4934b02eb9b5 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 16 Oct 2015 21:33:58 +0200 Subject: [PATCH] updated version --- geocoordinatecalculator.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geocoordinatecalculator.pro b/geocoordinatecalculator.pro index 7a439be..4a07cdb 100644 --- a/geocoordinatecalculator.pro +++ b/geocoordinatecalculator.pro @@ -3,7 +3,7 @@ appname = "Geo coordinate calculator" appauthor = Martchus appurl = "https://github.com/$${appauthor}/$${projectname}" QMAKE_TARGET_DESCRIPTION = "Command line tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more." -VERSION = 1.0.0 +VERSION = 1.0.1 CONFIG += no-gui