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

Commit

Permalink
[build] Bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garuma committed Jun 24, 2014
1 parent 20490a8 commit 262637b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
m4_define([api_version], [2.0])
m4_define([lib_version], [0.8.0])
m4_define([lib_version], [0.8.1])

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.8.0")]
[assembly: AssemblyInformationalVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.1")]
[assembly: AssemblyInformationalVersion("0.8.1")]
[assembly: AssemblyVersion("2.0")]
[assembly: AssemblyTitle ("dbus-sharp")]
[assembly: AssemblyDescription ("D-Bus IPC protocol library and CLR binding")]
Expand Down

1 comment on commit 262637b

@knocte
Copy link
Contributor

@knocte knocte commented on 262637b Jul 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping @garuma on having a 0.8.1 git tag, thnks!

Please sign in to comment.