Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Feb 4, 2024
1 parent 18a1422 commit d741d6e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endfunction(report_prepare)

set(QUARTER_MAJOR_VERSION 1)
set(QUARTER_MINOR_VERSION 2)
set(QUARTER_MICRO_VERSION 0)
set(QUARTER_MICRO_VERSION 1)
set(QUARTER_BETA_VERSION )
set(QUARTER_VERSION ${QUARTER_MAJOR_VERSION}.${QUARTER_MINOR_VERSION}.${QUARTER_MICRO_VERSION}${QUARTER_BETA_VERSION})

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Quarter 1.2.1 (2024-02-04):
* bugfixes:
- Fix crash of Qt Designer plugin

Quarter 1.2.0 (2024-02-03):
* new:
- Version control system has been changed from Mercurial to Git
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.0-{branch}-ci-{build}
version: 1.2.1-{branch}-ci-{build}

branches:
only:
Expand Down
26 changes: 13 additions & 13 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions docs/ChangeLog.v1.2.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
2024-02-04 21:25:35 +0100 Volker Enderlein <volkerenderlein@hotmail.com> (18a1422)

Simplify support for major Qt versions.

M include/Quarter/QuarterWidget.h
M src/Quarter/QuarterWidget.cpp
M src/Quarter/QuarterWidgetP.cpp
M src/Quarter/QuarterWidgetP.h
M src/examples/MdiMainWindow.cpp
M src/examples/MdiMainWindow.h
M src/examples/MdiQuarterWidget.cpp
M src/examples/MdiQuarterWidget.h
M src/plugins/QuarterWidgetPlugin.cpp

2024-02-04 16:08:37 +0100 Volker Enderlein <volkerenderlein@hotmail.com> (78b1ce0)

fix: check for valid context #61

M src/Quarter/QuarterWidgetP.cpp

0 comments on commit d741d6e

Please sign in to comment.