Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niello committed Oct 3, 2021
1 parent f4cdede commit d9aa5c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ceed-cpp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ QMAKE_TARGET_COMPANY = "CEGUI team, Vladimir 'Niello' Orlov"
QMAKE_TARGET_COPYRIGHT = "(c) 2019-2021, CEGUI team, Vladimir 'Niello' Orlov"
QMAKE_TARGET_PRODUCT = "CEED"
QMAKE_TARGET_DESCRIPTION = "CEGUI unified editor (CEED)"
VERSION = 1.0.0
VERSION = 1.1.0

DESTDIR = $$OUT_PWD/bin

Expand Down
2 changes: 1 addition & 1 deletion src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Application::Application(int& argc, char** argv)
setOrganizationName("CEGUI");
setOrganizationDomain("cegui.org.uk");
setApplicationName("CEED - CEGUI editor");
setApplicationVersion("1.0.0");
setApplicationVersion("1.1.0");

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

Expand Down
2 changes: 1 addition & 1 deletion ui/dialogs/UpdateDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</font>
</property>
<property name="text">
<string>1.0.0 -&gt; 1.1.0</string>
<string>0.0.0 -&gt; 0.0.0</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit d9aa5c3

Please sign in to comment.