From c717f5bafba959923a762a0fb31aecc92984a8fa Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Thu, 1 Feb 2018 12:26:29 +0530 Subject: [PATCH] version bumped. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 66611bc5..222074bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moose (3.1.3ubuntu1) UNRELEASED; urgency=medium + + * Version bumped. + + -- Dilawar Singh <dilawars@ghevar> Thu, 01 Feb 2018 12:26:15 +0530 + moose (3.1.2) unstable; urgency=medium * Chamcham release (3.1.x) series. diff --git a/debian/rules b/debian/rules index c2e4be24..5963bec0 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_clean: # consider using -DUSE_VERSIONED_DIR=ON if backporting override_dh_auto_configure: - cmake -DVERSION_MOOSE=3.1.2 -DCMAKE_INSTALL_PREFIX=debian/tmp/usr . + cmake -DVERSION_MOOSE=3.1.3 -DCMAKE_INSTALL_PREFIX=debian/tmp/usr . override_dh_auto_build: make VERBOSE=0 -j`nproc` -- GitLab