From 878739f6e4dd1304f8e45865c4f523522f0df590 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 30 Sep 2014 15:07:17 -0500 Subject: [PATCH 1/2] Updated version numbers for release 4.4.1-alpha001 --- 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 c982e97bd..7bc90ee26 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$AntlrVersion = "4.4.1-dev" +$AntlrVersion = "4.4.1-alpha001" diff --git a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index 758590086..185a5d880 100644 --- a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -70,5 +70,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("4.4.0.0")] #if !COMPACT [assembly: AssemblyFileVersion("4.4.1.0")] -[assembly: AssemblyInformationalVersion("4.4.1-dev")] +[assembly: AssemblyInformationalVersion("4.4.1-alpha001")] #endif diff --git a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs index 7cce6b570..6a5f14fc0 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs @@ -72,4 +72,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.4.0.0")] [assembly: AssemblyFileVersion("4.4.1.0")] -[assembly: AssemblyInformationalVersion("4.4.1-dev")] +[assembly: AssemblyInformationalVersion("4.4.1-alpha001")] From ab3f6b190ea26f5fcf4dc40cec3e01607e4bbeb4 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 30 Sep 2014 15:07:53 -0500 Subject: [PATCH 2/2] Prepare for next development iteration --- 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 7bc90ee26..c982e97bd 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$AntlrVersion = "4.4.1-alpha001" +$AntlrVersion = "4.4.1-dev" diff --git a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index 185a5d880..758590086 100644 --- a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -70,5 +70,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("4.4.0.0")] #if !COMPACT [assembly: AssemblyFileVersion("4.4.1.0")] -[assembly: AssemblyInformationalVersion("4.4.1-alpha001")] +[assembly: AssemblyInformationalVersion("4.4.1-dev")] #endif diff --git a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs index 6a5f14fc0..7cce6b570 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs @@ -72,4 +72,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.4.0.0")] [assembly: AssemblyFileVersion("4.4.1.0")] -[assembly: AssemblyInformationalVersion("4.4.1-alpha001")] +[assembly: AssemblyInformationalVersion("4.4.1-dev")]