added SQL Server name (and if it’s local) and the current database name

fine-tuned our PROMS version string
fixed NULL reference with changing a section number/title on a property page that uses StepRTB
This commit is contained in:
2012-04-13 14:42:53 +00:00
parent 4b68ddca70
commit 84185d3a45
4 changed files with 53 additions and 12 deletions

View File

@@ -27,8 +27,8 @@ using System.Runtime.InteropServices;
//
// Major Version
// Minor Version
// Build Number
// Revision
// Build YYMM (two digit year, two digit month)
// Revision DHH (day - no leading zero, two digit hour - military time
//
[assembly: AssemblyVersion("11.0.0.6")]
[assembly: AssemblyFileVersion("11.0.0.6")]
[assembly: AssemblyVersion("11.6.1204.1310")]
[assembly: AssemblyFileVersion("11.6.1204.1310")]