diff options
author | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-09-20 20:28:10 +0200 |
---|---|---|
committer | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-09-20 20:28:10 +0200 |
commit | 3f3c6a091cb6f724905f94bec6c66175335ba73b (patch) | |
tree | b4c70bb96aa8de74d084c8902f967f190c00dd2c /bindings/mono/AssemblyInfo.cs | |
parent | 482276fcb7af568bf09047d9613e6817c4af8ad1 (diff) | |
download | libayatana-appindicator-3f3c6a091cb6f724905f94bec6c66175335ba73b.tar.gz libayatana-appindicator-3f3c6a091cb6f724905f94bec6c66175335ba73b.tar.bz2 libayatana-appindicator-3f3c6a091cb6f724905f94bec6c66175335ba73b.zip |
* Adding Python bindings for the new API additons
* Updating the Mono assembly version to reflect the changes to the API
* Remove two redundant elements from the Mono bindings' metadata file
Diffstat (limited to 'bindings/mono/AssemblyInfo.cs')
-rw-r--r-- | bindings/mono/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/mono/AssemblyInfo.cs b/bindings/mono/AssemblyInfo.cs index 269981a..0417db6 100644 --- a/bindings/mono/AssemblyInfo.cs +++ b/bindings/mono/AssemblyInfo.cs @@ -27,4 +27,4 @@ using System.Reflection; [assembly: AssemblyCopyright ("© 2010 Canonical, Ltd.")] [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")] -[assembly: AssemblyVersion ("0.1")] +[assembly: AssemblyVersion ("0.2")] |