We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575711f + 0d0b5da commit de9db57Copy full SHA for de9db57
Makefile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION = 0.0.1
+VERSION = 0.0.2
16
17
.PHONY: bump-version
18
bump-version:
src/window.cpp
@@ -33,7 +33,7 @@ limitations under the License.
33
#include <QMainWindow>
34
#endif
35
36
-const QVersionNumber version = QVersionNumber::fromString("0.0.1");
+const QVersionNumber version = QVersionNumber::fromString("0.0.2");
37
38
Window::Window()
39
{
0 commit comments