You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2012/03/18 04:50:31 UTC

git commit: Change for v3.1.4 in configure.ac

Updated Branches:
  refs/heads/master 0f57f149b -> f44920344


Change for v3.1.4 in configure.ac


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f4492034
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f4492034
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f4492034

Branch: refs/heads/master
Commit: f44920344a3143d3a8fddb496c473f27cc9d0721
Parents: 0f57f14
Author: Leif Hedstrom <le...@ogre.com>
Authored: Sat Mar 17 21:49:49 2012 -0600
Committer: Leif Hedstrom <le...@ogre.com>
Committed: Sat Mar 17 21:49:49 2012 -0600

----------------------------------------------------------------------
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f4492034/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 9f849e7..63484ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,8 +32,8 @@
 # Version number is calculated as MAJOR * 1000000 + MINOR * 1000 + MICRO
 # Version string is in the form of MAJOR.MINOR.MICRO[sufix]
 #
-m4_define([TS_VERSION_S],[3.1.3-unstable])
-m4_define([TS_VERSION_N],[3001003])
+m4_define([TS_VERSION_S],[3.1.4-unstable])
+m4_define([TS_VERSION_N],[3001004])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])