Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--art/cursor/olpc/Makefile.am2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/art/cursor/olpc/Makefile.am b/art/cursor/olpc/Makefile.am
index a8b3acb..6c41a68 100644
--- a/art/cursor/olpc/Makefile.am
+++ b/art/cursor/olpc/Makefile.am
@@ -14,6 +14,8 @@ olpc_images = \
olpc-7.png \
olpc-8.png \
olpc-9.png \
+ olpc-10.png \
+ olpc-11.png \
olpc-hotspots.png
olpc.stamp: $(olpc_images) $(THEMEGEN) olpc.cursortheme
diff --git a/configure.in b/configure.in
index b48f985..0931245 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(art)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(olpc-artwork, 0.27)
+AM_INIT_AUTOMAKE(olpc-artwork, 0.28)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"