Skip to content

Instantly share code, notes, and snippets.

@tfheen
Created October 10, 2011 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfheen/1275251 to your computer and use it in GitHub Desktop.
Save tfheen/1275251 to your computer and use it in GitHub Desktop.
commit cb604ba3803735845200f1bcb0bc5582f3fef420
Author: Tollef Fog Heen <tfheen@varnish-software.com>
Date: Thu Oct 6 11:24:39 2011 +0200
Update version number to 3.0.2-rc1 in configure.ac
diff --git a/configure.ac b/configure.ac
index 9ef4c67..7e86ed8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2011 Varnish Software AS])
AC_REVISION([$Id$])
-AC_INIT([Varnish], [3.0.1], [varnish-dev@varnish-cache.org])
+AC_INIT([Varnish], [3.0.2-rc1], [varnish-dev@varnish-cache.org])
AC_CONFIG_SRCDIR(include/varnishapi.h)
AM_CONFIG_HEADER(config.h)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment