From b5e6e8c496f302c82551d32952e3abae402ac092 Mon Sep 17 00:00:00 2001 From: Justin Aquadro Date: Fri, 16 Sep 2011 22:15:55 +0000 Subject: [PATCH] Fixed typo in blockinfo (MELON_STEP to MELON_STEM). --- Substrate/SubstrateCS/Properties/AssemblyInfo.cs | 4 ++-- Substrate/SubstrateCS/Source/BlockInfo.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Substrate/SubstrateCS/Properties/AssemblyInfo.cs b/Substrate/SubstrateCS/Properties/AssemblyInfo.cs index f1d9fff..dcc633a 100644 --- a/Substrate/SubstrateCS/Properties/AssemblyInfo.cs +++ b/Substrate/SubstrateCS/Properties/AssemblyInfo.cs @@ -30,8 +30,8 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("0.7.0.0")] -[assembly: AssemblyFileVersion("0.7.0.0")] +[assembly: AssemblyVersion("0.7.1.0")] +[assembly: AssemblyFileVersion("0.7.1.0")] // This library is compatible with all CLS-compliant .NET programming languages. [assembly: CLSCompliant(true)] \ No newline at end of file diff --git a/Substrate/SubstrateCS/Source/BlockInfo.cs b/Substrate/SubstrateCS/Source/BlockInfo.cs index 49b73a0..c86f5c4 100644 --- a/Substrate/SubstrateCS/Source/BlockInfo.cs +++ b/Substrate/SubstrateCS/Source/BlockInfo.cs @@ -114,7 +114,7 @@ namespace Substrate public const int GLASS_PANE = 102; public const int MELON = 103; public const int PUMPKIN_STEM = 104; - public const int MELON_STEP = 105; + public const int MELON_STEM = 105; public const int VINES = 106; public const int FENCE_GATE = 107; public const int BRICK_STAIRS = 108;