From 8eaea9441901d411974e55cde896df33838f3b69 Mon Sep 17 00:00:00 2001 From: Jeremie Laval Date: Sun, 6 Oct 2013 19:49:25 -0500 Subject: [PATCH] [build] Bump version number to 0.8.0 --- configure.ac | 2 +- src/AssemblyInfo.cs | 4 ++-- tests/IntrospectorTest.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 8d14328..cffa92a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([api_version], [2.0]) -m4_define([lib_version], [0.7.99]) +m4_define([lib_version], [0.8.0]) AC_PREREQ(2.13) diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs index 4beb206..9ae9621 100644 --- a/src/AssemblyInfo.cs +++ b/src/AssemblyInfo.cs @@ -5,8 +5,8 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyFileVersion("0.7.99")] -[assembly: AssemblyInformationalVersion("0.7.99")] +[assembly: AssemblyFileVersion("0.8.0")] +[assembly: AssemblyInformationalVersion("0.8.0")] [assembly: AssemblyVersion("2.0")] [assembly: AssemblyTitle ("dbus-sharp")] [assembly: AssemblyDescription ("D-Bus IPC protocol library and CLR binding")] diff --git a/tests/IntrospectorTest.cs b/tests/IntrospectorTest.cs index 24147f4..e3a8476 100644 --- a/tests/IntrospectorTest.cs +++ b/tests/IntrospectorTest.cs @@ -51,7 +51,7 @@ public Dictionary Dict { } const string expectedOutputSimpleInterface = @" - +