Skip to content

Commit 4cde94b

Browse files
authored
Merge pull request #336 from calband/prep_for_3_6_2
prep for CalChart 3.6.2
2 parents 3c471a6 + fc402be commit 4cde94b

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project (CalChart)
1212

1313
set (CalChart_VERSION_MAJOR 3)
1414
set (CalChart_VERSION_MINOR 6)
15-
set (CalChart_VERSION_PATCH 1)
15+
set (CalChart_VERSION_PATCH 2)
1616

1717
set (CalChart_VERSION "${CalChart_VERSION_MAJOR}.${CalChart_VERSION_MINOR}.${CalChart_VERSION_PATCH}")
1818

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ If you need to regenerate the help documentation, see the [README-docs.txt](READ
6969

7070
# Release notes
7171

72+
## Release notes for 3.6.2
73+
74+
Bugs addressed in this release:
75+
76+
* [#333](../../issues/333) Field thumbnail seems to Pop
77+
* [#335](../../issues/335) not able to change beats on step drills.
78+
7279
## Release notes for 3.6.1
7380

7481
Features addressed in this release:

RELEASE_INSTRUCTIONS.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Checklist
88

99
How to release calchart:
1010

11-
The current calchart version is 3.6.1. In all commands below, substitute that number for $CCVER (meaning when you read $CCVER, type 3.6.1)
11+
The current calchart version is 3.6.2. In all commands below, substitute that number for $CCVER (meaning when you read $CCVER, type 3.6.2)
1212

1313
0.1 Increment the CalChart_VERSION in CMakeLists.txt to CCVER
1414

@@ -58,14 +58,14 @@ The final product is build/CalChart-$CCVER.dmg
5858
---
5959

6060
2. Tag the depot
61-
$ git tag -a v3.6.1 -m "calchart-3.6.1"
62-
$ git push origin v3.6.1
61+
$ git tag -a v3.6.2 -m "calchart-3.6.2"
62+
$ git push origin v3.6.2
6363

6464
3. Go to a temporary directory on your system to recheck at the tag. This is to avoid having any unwanted files
6565
$ cd /tmp
6666
$ git clone --recursive https://github.com/calband/calchart.git calchart
6767
$ cd calchart
68-
$ git checkout v3.6.1
68+
$ git checkout v3.6.2
6969

7070
4. Rebuild the release now that you have the tag (repeat instructions for step 1)
7171

0 commit comments

Comments
 (0)