Version Information Editor v2.14 released
This is the first release in nearly 8 years of this niche little tool that I wrote to manage updating of version information resources.
I've added support for macros this time, mainly so I can drag in version numbers stored in external files.
I use it all the time in by build tool chain, but I expect its use may be a trifle limited!
You can get release 2.14.0 from GitHub.
The source code is also available from GitHub in the delphidabbler/vied repo, but be warned, it's a real mess & I'm very, very ashamed of it. The code started out in 1998 as a 16 bit program written with Delphi 1. Given how rarely I update it, I've just kept adding kludge upon bodge! 🤮
The discription on GitHub says "VIEd is written in Object Pascal and targeted at Delphi 2010, although any later non-Unicode compiler should suffice."
ReplyDeleteI think that should be "any Unicode compiler".
You ain't wrong. I'll go fix it. Thx
DeleteI'd got the target compiler wrong too! Fixed in develop branch at commit 69fad14
Delete