Skip to content

Commit

Permalink
Bump version info
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetsait committed Aug 5, 2016
1 parent 1a05a2c commit 590d492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions LF2.IDE/LF2.IDE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@
</Compile>
<Compile Include="ObjectType.cs" />
<Compile Include="HelperTools.cs" />
<Compile Include="Properties\Settings1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="TagBox.cs">
<SubType>Component</SubType>
</Compile>
Expand Down Expand Up @@ -364,10 +359,6 @@
<None Include="data.lang.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings1.Designer.cs</LastGenOutput>
</None>
<None Include="Resources\Menu\excol.png" />
<None Include="Templates\AI.as">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
6 changes: 3 additions & 3 deletions LF2.IDE/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.1.*")]
[assembly: AssemblyFileVersion("3.1.1")]
[assembly: AssemblyInformationalVersion("v3.1.1")]
[assembly: AssemblyVersion("3.2.0.*")]
[assembly: AssemblyFileVersion("3.2.0")]
[assembly: AssemblyInformationalVersion("v3.2.0")]

0 comments on commit 590d492

Please sign in to comment.