2005-03-25:3 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
authorRafael Teixeira <monoman@gmail.com>
Fri, 25 Mar 2005 18:01:50 +0000 (18:01 -0000)
committerRafael Teixeira <monoman@gmail.com>
Fri, 25 Mar 2005 18:01:50 +0000 (18:01 -0000)
* AssemblyInfo.cs: Small increment in the version number to publicize --codepage support

svn path=/trunk/mcs/; revision=42255

mcs/mbas/AssemblyInfo.cs
mcs/mbas/ChangeLog

index 52cf32f26300ed713c5002c36c61722a291fa10a..35fca8b26366ce81cfd74eefc70a0c587dfcad8e 100644 (file)
@@ -46,7 +46,7 @@ using System.Runtime.CompilerServices;
 //[assembly: Mono.ForMoreInformation("http://www.go-mono.com")]
 //[assembly: Mono.UsageClause("mbas [options] source-files")]
 
-[assembly: AssemblyVersion("0.96.0.0")]
+[assembly: AssemblyVersion("0.96.1.0")]
 
 [assembly: AssemblyDelaySign(false)]
 [assembly: AssemblyKeyFile("")]
index 610c12528347a8884a2c270a51f143e1ffea2bdb..31369465a690a8221dffb6fe5218e6df3a2bf70f 100644 (file)
@@ -1,3 +1,6 @@
+2005-03-25:3 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * AssemblyInfo.cs: Small increment in the version number to publicize --codepage support
+
 2005-03-25:2 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
        * genericparser.cs: another static Parse overload to support specifying encoding when parsing from a file.
        * driver.cs: obsoletes --tokenize, record currentEncoding for each source-file to be processed, call the new Parse overload