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/02/04 04:18:07 UTC

git commit: Bump to 3.1.3.

Updated Branches:
  refs/heads/master 458454806 -> 69a7fa75e


Bump to 3.1.3.


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

Branch: refs/heads/master
Commit: 69a7fa75e45372af5a29f8bd96e42fd28d0d6e89
Parents: 4584548
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Feb 3 20:16:31 2012 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Feb 3 20:16:31 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/69a7fa75/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7417cb7..797e94a 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.2-unstable])
-m4_define([TS_VERSION_N],[3001002])
+m4_define([TS_VERSION_S],[3.1.3-unstable])
+m4_define([TS_VERSION_N],[3001003])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])