[memcached] bradfitz, r307: autofoo from trunk,
and changing version...
commits at code.sixapart.com
commits at code.sixapart.com
Fri Aug 18 05:43:25 UTC 2006
autofoo from trunk, and changing version number in this branch'
U branches/facebook/Makefile.am
U branches/facebook/configure.ac
Modified: branches/facebook/Makefile.am
===================================================================
--- branches/facebook/Makefile.am 2006-08-01 04:34:54 UTC (rev 306)
+++ branches/facebook/Makefile.am 2006-08-18 05:43:24 UTC (rev 307)
@@ -9,3 +9,8 @@
AM_CFLAGS=-DNDEBUG
+dist-hook:
+ rm -rf $(distdir)/doc/.svn/
+ rm -rf $(distdir)/scripts/.svn/
+
+
Modified: branches/facebook/configure.ac
===================================================================
--- branches/facebook/configure.ac 2006-08-01 04:34:54 UTC (rev 306)
+++ branches/facebook/configure.ac 2006-08-18 05:43:24 UTC (rev 307)
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(memcached, 1.1.13-pre, brad at danga.com)
+AC_INIT(memcached, 1.2.0-rc1, brad at danga.com)
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR(memcached.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
More information about the memcached-commits
mailing list