Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Glen Starrett wrote: > Do you think the new DLL processing can do that? I'm not sure, but I > think it was much more flexible (precommit, etc.). Maybe Tony can chime > in. > It certainly makes it easier, but putting the *current* version number into a file isn't going to work... the version number is calculated at the same time that the deltas are calculated, so you can't modify the file with that information. Using the date, author or commit identifier is a better bet, or perhaps a user variable if there's a frontend process doing the committing. Tony