Skip to content

Commit

Permalink
set version number to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Jan 29, 2024
1 parent cff1735 commit e3be2a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18)

project(harbour-sailbabel VERSION 0.6.0 LANGUAGES CXX)
project(harbour-sailbabel VERSION 0.7.0 LANGUAGES CXX)

find_package(Qt5 COMPONENTS Core Qml Quick LinguistTools REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-sailbabel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name: harbour-sailbabel
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: A dictionary for Sailfish OS
Version: 0.6
Version: 0.7.0
Release: 1
Group: Qt/Qt
License: BSD
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-sailbabel.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: harbour-sailbabel
Summary: A dictionary for Sailfish OS
Version: 0.6
Version: 0.7.0
Release: 1
# 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
Expand Down

0 comments on commit e3be2a8

Please sign in to comment.