Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Exe Version numbers
Message
From
10/11/2011 16:07:57
 
 
To
10/11/2011 15:56:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01528596
Message ID:
01528609
Views:
52
>>>Hello,
>>>
>>>We use version numbering for our VFP executables:
>>>
>>>3.14
>>>3.15
>>>etc.
>>>
>>>We always used only two digits for the second number, but the numbers increase too quickly. I wonder if there is a rule how many digits the second number should be, I did not want to use a third number, because then I would need to change some logic that we created many years ago. So could I create versions like
>>>3.140
>>>3.141
>>>3.142
>>>etc?
>>
>>How about using Revision number -- especially if you're trying to keep track of differnt builds after bugfix or minor program tweaks.
>
>I know that would be the best approach, but we would need to change that in many different places, tracking documents, issue reports from clients etc, code that was written more than 10 years ago.

The problem I see you'll be running into with the scheme of:
3.14
3.140
3.141
3.142
...
3.149
3.1410
3.1411
...
3.15

would be that 3.142 might end up being considered "newer" than 3.15 within the OS.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform