Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-20 19:41:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-20 19:41:09 (GMT)
commitcf15ece412a3661a08bbc88358bc516bb88c970f (patch)
tree02b140afce1a762b6b6dddef31e7e910c9a1f3eb
parent0b90543d13b71bcb5f6abfca0721a1415991c04c (diff)
Release 0.18v0.18
-rw-r--r--art/icon-theme/scalable/stock/Makefile.am1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/art/icon-theme/scalable/stock/Makefile.am b/art/icon-theme/scalable/stock/Makefile.am
index 05f4b51..b54b2c2 100644
--- a/art/icon-theme/scalable/stock/Makefile.am
+++ b/art/icon-theme/scalable/stock/Makefile.am
@@ -7,6 +7,7 @@ icon_DATA = \
stock-back.svg \
stock-buddy.svg \
stock-chat.svg \
+ stock-continue.svg \
stock-close.svg \
stock-forward.svg \
stock-invite.svg \
diff --git a/configure.in b/configure.in
index a9af615..cc775f1 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.17)
+AM_INIT_AUTOMAKE(olpc-artwork, 0.18)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"