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

Commit

Permalink
[build] Bump version number to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garuma committed Oct 7, 2013
1 parent fa30a38 commit 8eaea94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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)

Expand Down
4 changes: 2 additions & 2 deletions src/AssemblyInfo.cs
Expand Up @@ -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")]
Expand Down
2 changes: 1 addition & 1 deletion tests/IntrospectorTest.cs
Expand Up @@ -51,7 +51,7 @@ public void Method2 (out long value)
}

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"">
<!-- dbus-sharp 0.7.0 -->
<!-- dbus-sharp 0.8.0 -->
<node>
<interface name=""org.freedesktop.DBus.Introspectable"">
<method name=""Introspect"">
Expand Down

0 comments on commit 8eaea94

Please sign in to comment.