List:Commits« Previous MessageNext Message »
From:rburnett Date:August 22 2007 1:27pm
Subject:Connector/NET commit: r958 - branches/5.0/Installer
View as plain text  
Modified:
   branches/5.0/Installer/main.iss
Log:
bumped the revision to 5.0.8.1 since we didn't change the underlying assemblies

Modified: branches/5.0/Installer/main.iss
===================================================================
--- branches/5.0/Installer/main.iss	2007-08-22 13:26:03 UTC (rev 957)
+++ branches/5.0/Installer/main.iss	2007-08-22 13:27:49 UTC (rev 958)
@@ -3,7 +3,7 @@
 
 [Setup]
 AppName=MySQL Connector/Net
-AppVersion=5.0.8
+AppVersion=5.0.8.1
 AppVerName=MySQL Connector/Net {#SetupSetting("AppVersion")}
 AppPublisher=MySQL, Inc.
 AppPublisherURL=http://www.mysql.com.com/
@@ -19,7 +19,7 @@
 WizardImageFile=Bitmaps\dlgbmp-is.bmp
 WizardImageStretch=false
 WizardSmallImageFile=compiler:wizmodernsmallimage-is.bmp
-VersionInfoVersion=5.0.8
+VersionInfoVersion=5.0.8.1
 
 [Languages]
 Name: english; MessagesFile: compiler:Default.isl

Thread
Connector/NET commit: r958 - branches/5.0/Installerrburnett22 Aug