← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/libindicate/assembly-version into lp:libindicate

 

Ted Gould has proposed merging lp:~ted/libindicate/assembly-version into lp:libindicate.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #636253 [mono bindings] Do not bump AssemblyVersion on every release
  https://bugs.launchpad.net/bugs/636253


Fixing the AssemblyVersion to a specific version instead of having it
increment.  This is the last known happy version, we'll be more careful
with it in the future.
-- 
https://code.launchpad.net/~ted/libindicate/assembly-version/+merge/35492
Your team ayatana-commits is subscribed to branch lp:libindicate.
=== modified file 'bindings/mono/indicate/AssemblyInfo.cs.in'
--- bindings/mono/indicate/AssemblyInfo.cs.in	2010-06-02 13:33:49 +0000
+++ bindings/mono/indicate/AssemblyInfo.cs.in	2010-09-15 02:34:44 +0000
@@ -27,4 +27,4 @@
 [assembly: AssemblyCopyright ("© 2010 Canonical, Ltd.")]
 [assembly: AssemblyTrademark ("")]
 [assembly: AssemblyCulture ("")]
-[assembly: AssemblyVersion ("@VERSION@")]
+[assembly: AssemblyVersion ("0.4.1")]


Follow ups