You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/02/08 21:58:09 UTC

svn commit: r1068578 - /subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h

Author: hwright
Date: Tue Feb  8 20:58:09 2011
New Revision: 1068578

URL: http://svn.apache.org/viewvc?rev=1068578&view=rev
Log:
* subversion/libsvn_ra_serf/ra_serf.h:
  Followup to r1068569 by enforcing the updated minimal serf version as runtime.

Suggested by: philip

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h

Modified: subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h?rev=1068578&r1=1068577&r2=1068578&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h Tue Feb  8 20:58:09 2011
@@ -46,8 +46,8 @@ extern "C" {
 
 
 /* Enforce the minimum version of serf. */
-#if !SERF_VERSION_AT_LEAST(0, 3, 0)
-#error Please update your version of serf to at least 0.3.0.
+#if !SERF_VERSION_AT_LEAST(0, 7, 1)
+#error Please update your version of serf to at least 0.7.1.
 #endif
 
 /** Use this to silence compiler warnings about unused parameters. */