From 6eb48b45bc010942495b244f917105232bbed275 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 25 Mar 2014 16:19:15 -0500 Subject: [PATCH] Updated version numbers for next development cycle --- build/version.ps1 | 2 +- runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs | 2 +- runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/version.ps1 b/build/version.ps1 index ea3789c75..88dd9e23a 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$AntlrVersion = "4.2.1-alpha001" +$AntlrVersion = "4.2.1-dev" diff --git a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index ab83fdd73..ae812cdac 100644 --- a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -80,5 +80,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("4.2.0.0")] #if !NET_CF [assembly: AssemblyFileVersion("4.2.1.0")] -[assembly: AssemblyInformationalVersion("4.2.1-alpha001")] +[assembly: AssemblyInformationalVersion("4.2.1-dev")] #endif diff --git a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs index b54631c02..da45e17c8 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs @@ -70,4 +70,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.2.0.0")] [assembly: AssemblyFileVersion("4.2.1.0")] -[assembly: AssemblyInformationalVersion("4.2.1-alpha001")] +[assembly: AssemblyInformationalVersion("4.2.1-dev")]