Skip to content

Commit d9aa5c3

Browse files
committed
Version 1.1.0
1 parent f4cdede commit d9aa5c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ceed-cpp.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ QMAKE_TARGET_COMPANY = "CEGUI team, Vladimir 'Niello' Orlov"
283283
QMAKE_TARGET_COPYRIGHT = "(c) 2019-2021, CEGUI team, Vladimir 'Niello' Orlov"
284284
QMAKE_TARGET_PRODUCT = "CEED"
285285
QMAKE_TARGET_DESCRIPTION = "CEGUI unified editor (CEED)"
286-
VERSION = 1.0.0
286+
VERSION = 1.1.0
287287

288288
DESTDIR = $$OUT_PWD/bin
289289

src/Application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Application::Application(int& argc, char** argv)
2828
setOrganizationName("CEGUI");
2929
setOrganizationDomain("cegui.org.uk");
3030
setApplicationName("CEED - CEGUI editor");
31-
setApplicationVersion("1.0.0");
31+
setApplicationVersion("1.1.0");
3232

3333
Utils::registerFileAssociation("ceed", "CEGUI Project file", "text/xml", "text", 0);
3434

ui/dialogs/UpdateDialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</font>
3535
</property>
3636
<property name="text">
37-
<string>1.0.0 -&gt; 1.1.0</string>
37+
<string>0.0.0 -&gt; 0.0.0</string>
3838
</property>
3939
</widget>
4040
</item>

0 commit comments

Comments
 (0)