Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-06-21 18:23:18 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-06-21 18:23:18 (GMT)
commitf4e2791c897651d52980d35b84115e7c7f85a249 (patch)
tree8999ddbed2a6e3cc5864e4d59f9a6320e3fc9038 /configure.ac
parenta6974cd597b52c9782e105a38d709784f882bedf (diff)
Big refactor of the directory structure and packages to
reflect private/public
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6ed84b9..df8922f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Sugar],[0.9],[],[sugar])
+AC_INIT([Sugar],[0.10],[],[sugar])
AC_PREREQ([2.59])
@@ -17,15 +17,15 @@ AC_SUBST(PYGTK_LIBS)
AC_OUTPUT([
Makefile
+activities/browser/Makefile
cut-n-paste/Makefile
+shell/Makefile
+shell/session/Makefile
sugar/Makefile
sugar/__installed__.py
-sugar/browser/Makefile
sugar/chat/Makefile
sugar/chat/sketchpad/Makefile
sugar/p2p/Makefile
sugar/p2p/model/Makefile
-sugar/shell/Makefile
-sugar/session/Makefile
sugar/presence/Makefile
])