[3.0] 6152bf7 Bump version numbers for 3.0.1

Tollef Fog Heen tfheen at varnish-cache.org
Tue Aug 30 14:36:25 CEST 2011


commit 6152bf7340ffe4b786099b51de7aa34325f2eae3
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue Aug 30 11:16:32 2011 +0200

    Bump version numbers for 3.0.1

diff --git a/configure.ac b/configure.ac
index 6824a85..ab745fa 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-rc1], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [3.0.1], [varnish-dev at varnish-cache.org])
 AC_CONFIG_SRCDIR(include/varnishapi.h)
 AM_CONFIG_HEADER(config.h)
 
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 6dfaf4e..3cef8f5 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -1,12 +1,12 @@
 Summary: High-performance HTTP accelerator
 Name: varnish
 Version: 3.0.1
-Release: 0.rc1%{?dist}
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
 #Source0: http://repo.varnish-cache.org/source/%{name}-%{version}.tar.gz
-Source0: %{name}-%{version}-rc1.tar.gz
+Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # To build from git, start with a make dist, see redhat/README.redhat 
 # You will need at least automake autoconf libtool python-docutils
@@ -72,7 +72,7 @@ Documentation files for %name
 
 %prep
 #%setup -q
-%setup -q -n varnish-%{version}-rc1
+%setup -q -n varnish-%{version}
 
 mkdir examples
 cp bin/varnishd/default.vcl etc/zope-plone.vcl examples



More information about the varnish-commit mailing list