Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 8eaea94

Browse files
committed
[build] Bump version number to 0.8.0
1 parent fa30a38 commit 8eaea94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
m4_define([api_version], [2.0])
2-
m4_define([lib_version], [0.7.99])
2+
m4_define([lib_version], [0.8.0])
33

44
AC_PREREQ(2.13)
55

src/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
using System.Reflection;
66
using System.Runtime.CompilerServices;
77

8-
[assembly: AssemblyFileVersion("0.7.99")]
9-
[assembly: AssemblyInformationalVersion("0.7.99")]
8+
[assembly: AssemblyFileVersion("0.8.0")]
9+
[assembly: AssemblyInformationalVersion("0.8.0")]
1010
[assembly: AssemblyVersion("2.0")]
1111
[assembly: AssemblyTitle ("dbus-sharp")]
1212
[assembly: AssemblyDescription ("D-Bus IPC protocol library and CLR binding")]

tests/IntrospectorTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public Dictionary<int, string[]> Dict {
5151
}
5252

5353
const string expectedOutputSimpleInterface = @"<!DOCTYPE node PUBLIC ""-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"" ""http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"">
54-
<!-- dbus-sharp 0.7.0 -->
54+
<!-- dbus-sharp 0.8.0 -->
5555
<node>
5656
<interface name=""org.freedesktop.DBus.Introspectable"">
5757
<method name=""Introspect"">

0 commit comments

Comments
 (0)