From 5814ad3768a3771a55fb786159d64084e357a7dd Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Wed, 1 Nov 2017 10:48:07 +0100 Subject: 1.2.0 --- Doxyfile | 2 +- qtpass.iss | 2 +- qtpass.pri | 2 +- qtpass.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 23ca7105..c06fd837 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = QtPass # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.2.0-pre +PROJECT_NUMBER = 1.2.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/qtpass.iss b/qtpass.iss index 3fd889ff..03281f82 100644 --- a/qtpass.iss +++ b/qtpass.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "QtPass" -#define MyAppVersion "1.2.0-pre" +#define MyAppVersion "1.2.0" #define MyAppPublisher "IJhack" #define MyAppURL "https://qtpass.org/" #define MyAppExeName "qtpass.exe" diff --git a/qtpass.pri b/qtpass.pri index d8354cd4..10dd67ae 100644 --- a/qtpass.pri +++ b/qtpass.pri @@ -1,4 +1,4 @@ -VERSION = 1.2.0-pre +VERSION = 1.2.0 CONFIG(coverage) { QMAKE_LFLAGS += --coverage diff --git a/qtpass.spec b/qtpass.spec index bff8a9b3..d0f37309 100644 --- a/qtpass.spec +++ b/qtpass.spec @@ -7,7 +7,7 @@ # This should probably be part of a release process. Name: qtpass -Version: 1.2.0-pre +Version: 1.2.0 Release: 2%{?dist} Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager. License: GPLv3 -- cgit v1.2.3