Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
39ed7c67
Verified
Commit
39ed7c67
authored
Dec 20, 2019
by
Sébastien Villemot
Browse files
Bump version number to 4.7-unstable
parent
71792cd6
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
39ed7c67
...
...
@@ -7,14 +7,14 @@ variables:
# - if VERSION was already set (when manually running a pipeline), use it
# - if we are in the official Dynare repository:
# + if on a tag: use the tag
# + if on master: use 4.
6
-unstable-$TIMESTAMP-$COMMIT
# + if on master: use 4.
7
-unstable-$TIMESTAMP-$COMMIT
# + on another branch: use $BRANCH-$TIMESTAMP-$COMMIT
# - if in a personal repository: use $USER-$TIMESTAMP-$COMMIT
#
# Also sets the path and version of the default MATLAB installation.
before_script
:
-
'
[[
-z
$VERSION
]]
&&
[[
$CI_PROJECT_NAMESPACE
==
Dynare
]]
&&
[[
-n
$CI_COMMIT_TAG
]]
&&
export
VERSION=$CI_COMMIT_TAG'
-
'
[[
-z
$VERSION
]]
&&
[[
$CI_PROJECT_NAMESPACE
==
Dynare
]]
&&
[[
$CI_COMMIT_REF_NAME
==
master
]]
&&
export
VERSION=4.
6
-unstable-$(date
+%F-%H%M)-$CI_COMMIT_SHORT_SHA'
-
'
[[
-z
$VERSION
]]
&&
[[
$CI_PROJECT_NAMESPACE
==
Dynare
]]
&&
[[
$CI_COMMIT_REF_NAME
==
master
]]
&&
export
VERSION=4.
7
-unstable-$(date
+%F-%H%M)-$CI_COMMIT_SHORT_SHA'
-
'
[[
-z
$VERSION
]]
&&
[[
$CI_PROJECT_NAMESPACE
==
Dynare
]]
&&
export
VERSION=$CI_COMMIT_REF_NAME-$(date
+%F-%H%M)-$CI_COMMIT_SHORT_SHA'
-
'
[[
-z
$VERSION
]]
&&
export
VERSION=$CI_PROJECT_NAMESPACE-$(date
+%F-%H%M)-$CI_COMMIT_SHORT_SHA'
-
'
export
MATLAB_PATH=$(dirname
$(dirname
$(readlink
-f
$(which
matlab))))'
...
...
configure.ac
View file @
39ed7c67
...
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_INIT([dynare], [4.
6
-unstable])
AC_INIT([dynare], [4.
7
-unstable])
AC_CONFIG_SRCDIR([preprocessor/src/DynareMain.cc])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax])
...
...
mex/build/matlab/configure.ac
View file @
39ed7c67
...
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_INIT([dynare], [4.
6
-unstable])
AC_INIT([dynare], [4.
7
-unstable])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
...
...
mex/build/octave/configure.ac
View file @
39ed7c67
...
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_INIT([dynare], [4.
6
-unstable])
AC_INIT([dynare], [4.
7
-unstable])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
...
...
preprocessor
@
ba4fd2d2
Compare
e2d5a835
...
ba4fd2d2
Subproject commit
e2d5a83592634f0604d8c86409748cd2ec5906d2
Subproject commit
ba4fd2d2e042bdeffe38d5aa967bfb7131f6a0b1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment