Skip to content

Commit 76a9137

Browse files
committed
updating version in RELEASE.
1 parent 1a8c2e8 commit 76a9137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE_INSTRUCTIONS.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ The final product is CalChart-$CCVER.dmg
5757
---
5858

5959
2. Tag the depot
60-
$ git tag -a v3.4.4 -m "calchart-3.4.4
61-
$ git push origin v3.4.4
60+
$ git tag -a v3.5.0 -m "calchart-3.5.0
61+
$ git push origin v3.5.0
6262

6363
3. Go to a temporary directory on your system to recheck at the tag. This is to avoid having any unwanted files
6464
$ cd /tmp
6565
$ git clone https://github.com/calband/calchart.git calchart
6666
$ cd calchart
67-
$ git checkout v3.4.4
67+
$ git checkout v3.5.0
6868

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

0 commit comments

Comments
 (0)