Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gregor Boehl
dynare
Commits
57ab3e45
Commit
57ab3e45
authored
7 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Added VERSION file.
parent
079bf6c6
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
VERSION.in
+1
-0
1 addition, 0 deletions
VERSION.in
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
windows/dynare.nsi
+1
-1
1 addition, 1 deletion
windows/dynare.nsi
with
6 additions
and
1 deletion
.gitignore
+
3
−
0
View file @
57ab3e45
...
...
@@ -213,3 +213,6 @@ tests/julia/rbc/rbc*.jl
# Octave variables saved when Octave crashes
octave-workspace
# VERSION generated file
VERSION
\ No newline at end of file
This diff is collapsed.
Click to expand it.
VERSION.in
0 → 100644
+
1
−
0
View file @
57ab3e45
@PACKAGE_VERSION@
\ No newline at end of file
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
57ab3e45
...
...
@@ -172,6 +172,7 @@ esac
AX_PTHREAD
AC_CONFIG_FILES([Makefile
VERSION
preprocessor/macro/Makefile
preprocessor/Makefile
doc/Makefile
...
...
This diff is collapsed.
Click to expand it.
windows/dynare.nsi
+
1
−
1
View file @
57ab3e45
...
...
@@ -54,7 +54,7 @@ Section "Dynare core (preprocessor and M-files)"
SectionIn RO
!insertmacro DETERMINE_CONTEXT
SetOutPath $INSTDIR
File README.txt ..\NEWS mexopts-win32.bat mexopts-win64.bat ..\license.txt
File README.txt ..\NEWS mexopts-win32.bat mexopts-win64.bat ..\license.txt
..\VERSION
SetOutPath $INSTDIR\matlab
File /r ..\matlab\*.m
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment