Skip to content

Commit

Permalink
[rel] 0.6.2-pre2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Bour committed Apr 4, 2019
1 parent 44d2c02 commit 832f96d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion NextInpact.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
# The name of your application
TARGET = NextInpact

VERSION = 0.6.2-pre1
VERSION = 0.6.2-pre2
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += BUILD_DATE='"$(shell date '+%s')"'

DBVERSION = 2
#DBNAME = 'nextinpact.db'
DBNAME = 'nextinpact-pre.db'
#DBNAME = 'nextinpact-dev.db'
DEFINES += DB_VERSION=\\\"$$DBVERSION\\\"
DEFINES += DB_NAME=\\\"$$DBNAME\\\"

Expand Down
2 changes: 1 addition & 1 deletion rpm/NextInpact.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name: NextInpact
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: NextINpact
Version: 0.6
Release: 2.pre1
Release: 2.pre2
Group: Applications/Internet
License: GPLv3
URL: https://github.com/gbour/jolla-nextinpact
Expand Down
2 changes: 1 addition & 1 deletion rpm/NextInpact.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: NextInpact
Summary: NextINpact
Version: 0.6
Release: 2-pre1
Release: 2.pre2
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Group: Applications/Internet
Expand Down

0 comments on commit 832f96d

Please sign in to comment.