I think I may have caught this one already! 8-) I had already submitted a commit to Heiko (file: commit-a919f07, sent 20/08/2013) which propagates a version string defined in the project file to the various places where the Mudlet version is required or is useful. Typically this is of the form #.#.# though an additional -AAAA suffix at least also works... (I had to blank the version text out of the splash screen graphic so I added code to place it at he top of the superimposed text which now also grows with each text line displayed).
Besides the splash screen the version number is also used: * on the "About Mudlet" dialog * in the main mudlet class constructor * (3 times) in ctelnet.cpp which, I believe, addresses this bug issue Additionally: * (new) added to the Qt subsystem information with a app.setApplicationVersion() call in main.cpp I realise that I have not duplicated the project file code that sets up this APP_VERSION "define" (usable anywhere in the c++ source code) in the Mac version of the project file - so if you use the patch Heiko can you copy the single block of a few lines from the main to the Mac project file. On 28/09/13 23:15, Vadim Peretokin wrote: > Public bug reported: > > Mudlet still identifies itself as Mudlet 2.0.1 in ATCP in current git, > where it is named as 3.0-rc1. > > ** Affects: mudlet > Importance: Undecided > Status: Confirmed > -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1232576 Title: Mudlet still identifies itself as Mudlet 2.0.1 in ATCP Status in Mudlet the MUD client: Confirmed Bug description: Mudlet still identifies itself as Mudlet 2.0.1 in ATCP in current git, where it is named as 3.0-rc1. To manage notifications about this bug go to: https://bugs.launchpad.net/mudlet/+bug/1232576/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mudlet-makers Post to : [email protected] Unsubscribe : https://launchpad.net/~mudlet-makers More help : https://help.launchpad.net/ListHelp

