diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-11-11 19:13:01 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-11-11 19:13:01 +0100 |
commit | 5ca235fa311883b332d9496acc901bee7662b3b5 (patch) | |
tree | 69193a112af2b6d5c5b566b3bb8a5b34c0f7ccda /bindings/mono | |
parent | e7acaf90ba791655ce26508c1f5facdea855d2aa (diff) | |
download | libayatana-appindicator-5ca235fa311883b332d9496acc901bee7662b3b5.tar.gz libayatana-appindicator-5ca235fa311883b332d9496acc901bee7662b3b5.tar.bz2 libayatana-appindicator-5ca235fa311883b332d9496acc901bee7662b3b5.zip |
release 0.5.40.5.4
Diffstat (limited to 'bindings/mono')
-rw-r--r-- | bindings/mono/AssemblyInfo.cs | 2 | ||||
-rw-r--r-- | bindings/mono/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/mono/AssemblyInfo.cs b/bindings/mono/AssemblyInfo.cs index 90693a8..eac32b7 100644 --- a/bindings/mono/AssemblyInfo.cs +++ b/bindings/mono/AssemblyInfo.cs @@ -27,4 +27,4 @@ using System.Reflection; [assembly: AssemblyCopyright ("© 2010 Canonical, Ltd.; © 2015 Mike Gabriel")] [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")] -[assembly: AssemblyVersion ("0.5.3.0")] +[assembly: AssemblyVersion ("0.5.4.0")] diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 97d6726..351db24 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -12,7 +12,7 @@ MIDDLE_API = libayatana-appindicator-api.middle RAW_API = libayatana-appindicator-api.raw METADATA = libayatana-appindicator-api.metadata ASSEMBLY_NAME = ayatana-appindicator-sharp -ASSEMBLY_VERSION = 0.5.3.0 +ASSEMBLY_VERSION = 0.5.4.0 ASSEMBLY = $(ASSEMBLY_NAME).dll POLICY = policy.$(POLICY_VERSION).$(ASSEMBLY_NAME) POLICY_VERSION = 0.0 |