Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bumped revision to 2.8.3 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cdc0f1b1e1b62a300961f3c0342a6e06 |
User & Date: | peter 2018-06-13 21:09:44.907 |
Context
2018-06-13
| ||
21:19 | Release 2.8.3 check-in: 33c30a51d2 user: peter tags: trunk, version-2.8.3 | |
21:09 | Bumped revision to 2.8.3 check-in: cdc0f1b1e1 user: peter tags: trunk | |
20:58 | Better visibility that commit happened. check-in: e22c3ec0ee user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 8 | 2018-06-13 Better visibility that commit happened. 2018-06-05 Working on shortcuts for preprocess dialog. 2018-05-14 Added changeset tool to fourway, | > | 1 2 3 4 5 6 7 8 9 | 2018-06-13 Bumped revision to 2.8.3 Better visibility that commit happened. 2018-06-05 Working on shortcuts for preprocess dialog. 2018-05-14 Added changeset tool to fourway, |
︙ | ︙ |
Changes to Makefile.
1 2 3 4 5 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names VERSION = 283 # This string is used to tag the version shown in Eskil DOTVERSION = 2.8.3 # Path to the TclKits used for creating StarPacks. TCLKIT = /home/peter/tclkit/v85 TCLKIT_LINUX = $(TCLKIT)/tclkit-linux TCLKIT_SOLARIS = $(TCLKIT)/tclkit-solaris-sparc TCLKIT_WIN = $(TCLKIT)/tclkit-win32.upx.exe TCLKIT_MAC = $(TCLKIT)/tclkit-mac-866 |
︙ | ︙ |
Changes to eskil.vfs/tclkit.inf.
1 2 3 4 | CompanyName "Peter Spjuth" LegalCopyright "Copyright (c) 1998-2018 Peter Spjuth et al." FileDescription "File difference viewer" ProductName "Eskil" | | | | 1 2 3 4 5 6 | CompanyName "Peter Spjuth" LegalCopyright "Copyright (c) 1998-2018 Peter Spjuth et al." FileDescription "File difference viewer" ProductName "Eskil" ProductVersion "2.8.3" FileVersion "2.8.3" |