From 46fcfb76295db52a1ef7d75c999c093df2a80c3a Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sun, 26 Aug 2012 19:46:27 +0200 Subject: [PATCH] build: Bump version in jhbuildrc We were still pointing to the 3.4 moduleset, switch that to the 3.6 one. --- tools/build/jhbuildrc-gnome-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/jhbuildrc-gnome-shell b/tools/build/jhbuildrc-gnome-shell index 4c0c2c0b5..db5e2d4c1 100644 --- a/tools/build/jhbuildrc-gnome-shell +++ b/tools/build/jhbuildrc-gnome-shell @@ -18,7 +18,7 @@ # Only rebuild modules that have changed build_policy = 'updated' -moduleset = 'gnome-apps-3.4' +moduleset = 'gnome-apps-3.6' modules = [ 'meta-gnome-core-shell' ]