[3.0] a6a7d29 Bump version numbers in preparation for 3.0.5

Tollef Fog Heen tfheen at varnish-cache.org
Tue Nov 12 15:07:13 CET 2013


commit a6a7d29213b4b472a84473b54477bd699a3e5063
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue Nov 12 15:07:09 2013 +0100

    Bump version numbers in preparation for 3.0.5

diff --git a/configure.ac b/configure.ac
index 72d144f..5a454ef 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.4], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [3.0.5-rc1], [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 5ede7fd..aecf4f6 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -1,9 +1,10 @@
+%define v_rc rc1
 %define    _use_internal_dependency_generator 0
 %define __find_provides %{_builddir}/varnish-%{version}%{?v_rc:-%{?v_rc}}/redhat/find-provides
 Summary: High-performance HTTP accelerator
 Name: varnish
-Version: 3.0.4
-Release: 1%{?dist}
+Version: 3.0.5
+Release: 0.rc1%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/



More information about the varnish-commit mailing list