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

Commit 262637b

Browse files
committed
[build] Bump to 0.8.1
1 parent 20490a8 commit 262637b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.8.0])
2+
m4_define([lib_version], [0.8.1])
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.8.0")]
9-
[assembly: AssemblyInformationalVersion("0.8.0")]
8+
[assembly: AssemblyFileVersion("0.8.1")]
9+
[assembly: AssemblyInformationalVersion("0.8.1")]
1010
[assembly: AssemblyVersion("2.0")]
1111
[assembly: AssemblyTitle ("dbus-sharp")]
1212
[assembly: AssemblyDescription ("D-Bus IPC protocol library and CLR binding")]

0 commit comments

Comments
 (0)