Skip to content

Commit

Permalink
Routine post release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbellonda committed May 6, 2018
1 parent 19b2ea8 commit 6339e69
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -2,7 +2,7 @@
New tool button to configure view settings in the editor.
New menu item to disable a branch using XSL syntax.
New options for simple access.
Issue #48 improved xsd diagram display performance.
Issue #47 improved xsd diagram display performance.
Changed the year to 2018 on headers.
New specialized XML Schema (XSD) validation dialog.

Expand Down
2 changes: 1 addition & 1 deletion install_scripts/environment/desktop/QXmlEdit.appdata.xml
Expand Up @@ -20,7 +20,7 @@
<url type="homepage">http://qxmledit.org</url>
<url type="bugtracker">https://github.com/lbellonda/qxmledit/issues</url>
<releases>
<release version="0.9.10" />
<release version="0.9.11" />
</releases>
<project_group>Qt</project_group>
</component>
6 changes: 3 additions & 3 deletions src/globals/includes/xmlEdit.h
Expand Up @@ -35,7 +35,7 @@
// 0: snapshot
// 1: rc
// 2: release
#define QXMLEDIT_RELEASE_VERSION 2
#define QXMLEDIT_RELEASE_VERSION 0

#if QXMLEDIT_RELEASE_VERSION == 0
#define QXMLEDIT_VERSION_IS_SNAPSHOT 1
Expand All @@ -57,8 +57,8 @@
#endif

//--------------------------------------------------------------------------------
#define VERSION_BASE "0.9.10"
#define VERSION_NUMBER 0x00090A00
#define VERSION_BASE "0.9.11"
#define VERSION_NUMBER 0x00090B00
//--------------------------------------------------------------------------------

// this is the version number of the welcome dialog
Expand Down
2 changes: 1 addition & 1 deletion src/resources/QXmlEdit.plist
Expand Up @@ -32,7 +32,7 @@
<key>CFBundleGetInfoString</key>
<string>QXmlEdit</string>
<key>CFBundleShortVersionString</key>
<string>0.9.10</string>
<string>0.9.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion src/version.pri
Expand Up @@ -22,5 +22,5 @@
#

#define the version of the program
VERSION = 0.9.10
VERSION = 0.9.11
QXMLEDIT_VERSION=$$VERSION
5 changes: 0 additions & 5 deletions test/tst_qxmledit.cpp
Expand Up @@ -1624,11 +1624,6 @@ void TestQXmlEdit::testNew()
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
qInstallMessageHandler(msgHandler);
#endif
testContainer();
testStartupAndBehavior();
testXsdView();
testEditing();
testConfig();
}

QTEST_MAIN(TestQXmlEdit)
Expand Down

0 comments on commit 6339e69

Please sign in to comment.