Skip to content

Commit a0b9b65

Browse files
committed
trivial: post release version bump
1 parent 8314ce6 commit a0b9b65

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

RELEASE.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@ Tilix Release Notes
55

66
2. Manually write NEWS entries for Tilix in the same format as usual.
77

8-
`git shortlog 1.9.5.. | grep -i -v trivial | grep -v Merge > NEWS.new`
8+
`git shortlog 1.9.6.. | grep -i -v trivial | grep -v Merge > NEWS.new`
99

1010
```
11-
Version 1.9.6
11+
Version 1.9.7
1212
~~~~~~~~~~~~~~
13-
Released: 2022-xx-xx
13+
Released: 2024-xx-xx
1414
1515
Notes:
1616
1717
Features:
1818
1919
Bugfixes:
2020
21+
Miscellaneous:
22+
2123
Contributors:
2224
```
2325

@@ -27,8 +29,8 @@ Contributors:
2729

2830
5. Commit NEWS and other changes to Git, tag release:
2931
```
30-
git commit -a -m "Release version 1.9.6"
31-
git tag -s -f -m "Release 1.9.6" 1.9.6 <gpg password>
32+
git commit -a -m "Release version 1.9.7"
33+
git tag -s -f -m "Release 1.9.7" 1.9.7 <gpg password>
3234
git push --tags
3335
git push
3436
```

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'Tilix', 'd',
3-
version: '1.9.6',
3+
version: '1.9.7',
44
license: 'MPL-2.0',
55
meson_version: '>= 0.56'
66
)

source/gx/tilix/constants.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";
6666

6767
// Application values used in About Dialog
6868
enum APPLICATION_NAME = "Tilix";
69-
enum APPLICATION_VERSION = "1.9.6";
69+
enum APPLICATION_VERSION = "1.9.7";
7070
enum APPLICATION_AUTHOR = "Gerald Nunn";
7171
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2020 " ~ APPLICATION_AUTHOR;
7272
enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");

0 commit comments

Comments
 (0)