Skip to content

Commit

Permalink
Merge pull request #171 from mattrose/version-string
Browse files Browse the repository at this point in the history
Add version string to "Preferences -> About"
  • Loading branch information
mattrose committed Jul 23, 2020
2 parents 0d04b31 + a5592fb commit a530fc6
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 39 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ VERSION=1.92

```
sed -i "s/APP_VERSION =.*/APP_VERSION = '${VERSION}'/" terminatorlib/version.py
sed -i -e "s/@@VERSION@@/${VERSION}/" terminatorlib/preferences.glade
```

## Generate the changelog
Expand Down
Loading

0 comments on commit a530fc6

Please sign in to comment.