diff options
author | Ted Gould <ted@gould.cx> | 2010-06-21 14:17:44 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-21 14:17:44 -0500 |
commit | 0ac50a38285b978b54fab97c31657c6dbddbe3b1 (patch) | |
tree | 97b19be9a7fb2959306732d6aaa4e79f965bf17d /bindings/mono/Makefile.am | |
parent | 458ad9a19df6ad0f1641737b05d911b76c15aad6 (diff) | |
parent | 3439224475debe3d7e8977a0a15a4a9c728fc8b7 (diff) | |
download | ayatana-indicator-application-0ac50a38285b978b54fab97c31657c6dbddbe3b1.tar.gz ayatana-indicator-application-0ac50a38285b978b54fab97c31657c6dbddbe3b1.tar.bz2 ayatana-indicator-application-0ac50a38285b978b54fab97c31657c6dbddbe3b1.zip |
* New upstream release.
* Fix icon updating (LP: #594199)
* Change Mono bindings to only parse particular files (LP: #592706)
* Make a policy for migrating the mono bindings
* Test fixes to make them more reliable
Diffstat (limited to 'bindings/mono/Makefile.am')
-rw-r--r-- | bindings/mono/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 1219e0e..98fe6f9 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -10,7 +10,7 @@ MIDDLE_API = libappindicator-api.middle RAW_API = libappindicator-api.raw METADATA = libappindicator-api.metadata ASSEMBLY_NAME = appindicator-sharp -ASSEMBLY_VERSION = 0.1 +ASSEMBLY_VERSION = 0.1.0.0 ASSEMBLY = $(ASSEMBLY_NAME).dll POLICY = policy.$(POLICY_VERSION).$(ASSEMBLY_NAME) POLICY_VERSION = 0.0 |