From 5aecb9a53a54078bd356bde4e18042f36615d906 Mon Sep 17 00:00:00 2001 From: Jarle Aase Date: Tue, 22 Jan 2019 07:39:30 +0200 Subject: [PATCH] Preparing beta build --- README.md | 7 +++++-- ci/jenkins/Jenkinsfile.groovy | 2 +- f-crm.pro | 2 +- src/version.h | 2 +- ui/aboutdialog.ui | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7e0dfeb..40cf74d 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,11 @@ The application is dead simple, with just the complexity and feature a high valu - **Integration with email clients** so that we can send and look at sent/received emails directly from *f-crm*. Currently Thunderbird is tested. # Supported platforms + - Linux AppImage (built from Ubuntu Trusty LTS) - Debian Stretch - Debian Testing - - Ubuntu Xenial + - Ubuntu Xenial (LTS) + - Ubuntu Bionic (LTS) - macOS - Windows (Windows Vista and up, 64 bit builds) @@ -40,4 +42,5 @@ I use QT Creator for this project. There are [scripts](scripts) for building and There is also a [Jenkinsfile](ci/jenkins/Jenkinsfile.groovy) and [docker-files](ci/jenkins/) to build it on all platforms from Jenkins. # Current status -**Under development**. I will use it myself for a few weeks, fix any bugs I notice, add features I need, remove anything that cause friction - and then release a public beta. +**Under active development**. I am using it myself, and will fix bugs and add nice features as other users suggest them or I discover them myself. + diff --git a/ci/jenkins/Jenkinsfile.groovy b/ci/jenkins/Jenkinsfile.groovy index e6d969c..7f76728 100644 --- a/ci/jenkins/Jenkinsfile.groovy +++ b/ci/jenkins/Jenkinsfile.groovy @@ -4,7 +4,7 @@ pipeline { agent { label 'master' } environment { - F_CRM_VERSION = "0.0.2" + F_CRM_VERSION = "0.2.0" } stages { diff --git a/f-crm.pro b/f-crm.pro index 3a31272..95e7d16 100644 --- a/f-crm.pro +++ b/f-crm.pro @@ -12,7 +12,7 @@ CONFIG += c++14 QMAKE_TARGET_COMPANY = The Last Viking LTD QMAKE_TARGET_PRODUCT = f-crm QMAKE_TARGET_DESCRIPTION = CRM for Independent Contractors and Freelancers -QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018 by Jarle (jgaa) Aase +QMAKE_TARGET_COPYRIGHT = Copyright (c) 2018, 2019 by Jarle (jgaa) Aase macx { ICON = res/icons/f-crm.icns diff --git a/src/version.h b/src/version.h index 0745879..a92e859 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #ifndef VERSION_H #define VERSION_H -#define F_CRM_VERSION "0.01.00 ALFA-devel" +#define F_CRM_VERSION "0.02.00 BETA" #endif // VERSION_H diff --git a/ui/aboutdialog.ui b/ui/aboutdialog.ui index f550b89..a19d127 100644 --- a/ui/aboutdialog.ui +++ b/ui/aboutdialog.ui @@ -91,7 +91,7 @@ - COPYRIGHT (C) 2018 by Jarle (jgaa) Aase + COPYRIGHT (C) 2018, 2019 by Jarle (jgaa) Aase Qt::AlignCenter