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
Minje Jeon
dynare
Commits
5d5fefca
Unverified
Commit
5d5fefca
authored
Jul 23, 2021
by
Sébastien Villemot
Browse files
Bump version numbers
parent
440a0e46
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5d5fefca
...
@@ -10,12 +10,12 @@ variables:
...
@@ -10,12 +10,12 @@ variables:
# - if VERSION was already set (when manually running a pipeline), use it
# - if VERSION was already set (when manually running a pipeline), use it
# - if we are in the official Dynare repository:
# - if we are in the official Dynare repository:
# + if on a tag: use the tag
# + if on a tag: use the tag
# + if on master: use 4.
7
-unstable-$TIMESTAMP-$COMMIT
# + if on master: use 4.
8
-unstable-$TIMESTAMP-$COMMIT
# + on another branch: use $BRANCH-$TIMESTAMP-$COMMIT
# + on another branch: use $BRANCH-$TIMESTAMP-$COMMIT
# - if in a personal repository: use $USER-$TIMESTAMP-$COMMIT
# - if in a personal repository: use $USER-$TIMESTAMP-$COMMIT
before_script
:
before_script
:
-
'
[[
-z
$VERSION
]]
&&
[[
$CI_PROJECT_NAMESPACE
==
Dynare
]]
&&
[[
-n
$CI_COMMIT_TAG
]]
&&
export
VERSION=$CI_COMMIT_TAG'
-
'
[[
-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.
7
-unstable-$(date
+%F-%H%M)-$CI_COMMIT_SHORT_SHA'
-
'
[[
-z
$VERSION
]]
&&
[[
$CI_PROJECT_NAMESPACE
==
Dynare
]]
&&
[[
$CI_COMMIT_REF_NAME
==
master
]]
&&
export
VERSION=4.
8
-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
]]
&&
[[
$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'
-
'
[[
-z
$VERSION
]]
&&
export
VERSION=$CI_PROJECT_NAMESPACE-$(date
+%F-%H%M)-$CI_COMMIT_SHORT_SHA'
...
...
configure.ac
View file @
5d5fefca
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl Copyright © 2009-201
9
Dynare Team
dnl Copyright © 2009-20
2
1 Dynare Team
dnl
dnl
dnl This file is part of Dynare.
dnl This file is part of Dynare.
dnl
dnl
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Dynare. If not, see <https://www.gnu.org/licenses/>.
dnl along with Dynare. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_PREREQ([2.62])
AC_INIT([dynare], [4.
7
-unstable])
AC_INIT([dynare], [4.
8
-unstable])
AC_CONFIG_SRCDIR([preprocessor/src/DynareMain.cc])
AC_CONFIG_SRCDIR([preprocessor/src/DynareMain.cc])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax])
...
...
mex/build/matlab/configure.ac
View file @
5d5fefca
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl Copyright © 2009-202
0
Dynare Team
dnl Copyright © 2009-202
1
Dynare Team
dnl
dnl
dnl This file is part of Dynare.
dnl This file is part of Dynare.
dnl
dnl
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Dynare. If not, see <https://www.gnu.org/licenses/>.
dnl along with Dynare. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_PREREQ([2.62])
AC_INIT([dynare], [4.
7
-unstable])
AC_INIT([dynare], [4.
8
-unstable])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
...
...
mex/build/octave/configure.ac
View file @
5d5fefca
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
...
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Dynare. If not, see <https://www.gnu.org/licenses/>.
dnl along with Dynare. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_PREREQ([2.62])
AC_INIT([dynare], [4.
7
-unstable])
AC_INIT([dynare], [4.
8
-unstable])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
...
...
preprocessor
@
f0c39b46
Compare
bb19d987
...
f0c39b46
Subproject commit
bb19d98712f2599380
df
c
70
4f98b33531d7414de
Subproject commit
f0c39b461e8307292ae73
df70
2897424f07cea8d
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