From 30511b4d4d620a29dd4686a34c8ce8ed84f99df7 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 16 Jan 2015 09:56:25 +0100 Subject: [PATCH] Master's branch is now 3.2.git-hash. --- src/params.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/params.lisp b/src/params.lisp index d515aa9..d283654 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -29,8 +29,8 @@ (defparameter *release* nil "non-nil when this build is a release build.") -(defparameter *major-version* "3.1") -(defparameter *minor-version* "3") +(defparameter *major-version* "3.2") +(defparameter *minor-version* "1") (defun git-hash () "Return the current abbreviated git hash of the development tree."