Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Ratto
dynare
Commits
39ed7c67
Verified
Commit
39ed7c67
authored
Dec 20, 2019
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version number to 4.7-unstable
parent
71792cd6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
configure.ac
configure.ac
+1
-1
mex/build/matlab/configure.ac
mex/build/matlab/configure.ac
+1
-1
mex/build/octave/configure.ac
mex/build/octave/configure.ac
+1
-1
preprocessor
preprocessor
+1
-1
No files found.
.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
Markdown
is supported
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