Skip to content

Commit 87277bb

Browse files
committed
Version 1.5 release
1 parent 435e327 commit 87277bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <QDesktopWidget>
44
#include <QAction>
55
#include <QMenu>
6+
#define VERSION QString("1.5")
67
MainWindow::MainWindow(QWidget *parent) :
78
QMainWindow(parent),
89
ui(new Ui::MainWindow)

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: helloworld-gui
2-
version: "1.4.1"
2+
version: "1.5"
33
summary: GUI version of HelloWorld - Displays the famous "Hello World" message
44
title: HelloWorld GUI
55
license: GPL-3.0

0 commit comments

Comments
 (0)