We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08929aa commit c717f5bCopy full SHA for c717f5b
debian/changelog
@@ -1,3 +1,9 @@
1
+moose (3.1.3ubuntu1) UNRELEASED; urgency=medium
2
+
3
+ * Version bumped.
4
5
+ -- Dilawar Singh <dilawars@ghevar> Thu, 01 Feb 2018 12:26:15 +0530
6
7
moose (3.1.2) unstable; urgency=medium
8
9
* Chamcham release (3.1.x) series.
debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_clean:
13
14
# consider using -DUSE_VERSIONED_DIR=ON if backporting
15
override_dh_auto_configure:
16
- cmake -DVERSION_MOOSE=3.1.2 -DCMAKE_INSTALL_PREFIX=debian/tmp/usr .
+ cmake -DVERSION_MOOSE=3.1.3 -DCMAKE_INSTALL_PREFIX=debian/tmp/usr .
17
18
override_dh_auto_build:
19
make VERBOSE=0 -j`nproc`
0 commit comments