← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~agateau/notify-osd/bump-spec-version into lp:notify-osd

 

Aurélien Gâteau has proposed merging lp:~agateau/notify-osd/bump-spec-version into lp:notify-osd.

Requested reviews:
    Notify OSD Developers (notify-osd-developers)

Just a bump of the spec version number because 1.0 was actually already out by the time notify-osd was created.
-- 
https://code.launchpad.net/~agateau/notify-osd/bump-spec-version/+merge/11369
Your team ayatana-commits is subscribed to branch lp:notify-osd.
=== modified file 'src/stack.c'
--- src/stack.c	2009-08-26 11:17:55 +0000
+++ src/stack.c	2009-09-08 14:59:49 +0000
@@ -825,7 +825,7 @@
 	*out_name     = g_strdup ("notify-osd");
 	*out_vendor   = g_strdup ("Canonical Ltd");
 	*out_version  = g_strdup ("1.0");
-	*out_spec_ver = g_strdup ("0.10");
+	*out_spec_ver = g_strdup ("1.1");
 
 	return TRUE;
 }


Follow ups