Skip to content

Commit

Permalink
Preparing beta build
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Jan 22, 2019
1 parent 4a6f998 commit 5aecb9a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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.

2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
agent { label 'master' }

environment {
F_CRM_VERSION = "0.0.2"
F_CRM_VERSION = "0.2.0"
}

stages {
Expand Down
2 changes: 1 addition & 1 deletion f-crm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</font>
</property>
<property name="text">
<string>COPYRIGHT (C) 2018 by Jarle (jgaa) Aase</string>
<string>COPYRIGHT (C) 2018, 2019 by Jarle (jgaa) Aase</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down

0 comments on commit 5aecb9a

Please sign in to comment.