-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated changes.md and version.txt for the new release. Also upgraded InnoSetup to 6.2.0 for the Windows installer. Also this is the first release where versioning changes to Year.Month convention.
- Loading branch information
Showing
5 changed files
with
38 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
;; app-info.rkt -- application version and related stuff | ||
;; | ||
;; This file is part of ActivityLog2 -- https://github.com/alex-hhh/ActivityLog2 | ||
;; Copyright (c) 2020 Alex Harsányi <[email protected]> | ||
;; Copyright (c) 2020, 2021 Alex Harsányi <[email protected]> | ||
;; | ||
;; This program is free software: you can redistribute it and/or modify it | ||
;; under the terms of the GNU General Public License as published by the Free | ||
|
@@ -47,7 +47,7 @@ | |
;; silly environment variable values... | ||
(build-id (getenv "BUILD_BUILDID"))) | ||
(if (and build-id (string->number build-id)) | ||
(string-append version "." build-id) | ||
(string-append version " build #" build-id) | ||
version))))])) | ||
|
||
(define-syntax (embedded-build-number stx) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.13.99 | ||
2021.10 |