Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
85896bf6
Commit
85896bf6
authored
6 years ago
by
Van Herck, Walter
Browse files
Options
Downloads
Patches
Plain Diff
Adapt VERSION and CHANGELOG (only added new release date, since not all
issues are closed yet)
parent
a22a3de8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+2
-0
2 additions, 0 deletions
CHANGELOG
Doc/Doxygen/Doxyfile
+1
-1
1 addition, 1 deletion
Doc/Doxygen/Doxyfile
VERSION.cmake
+2
-2
2 additions, 2 deletions
VERSION.cmake
with
5 additions
and
3 deletions
CHANGELOG
+
2
−
0
View file @
85896bf6
BornAgain-1.14.0, released 2018.12.07
BornAgain-1.13.0, released 2018.10.05
> API changes
1) Python: Switch from FitSuite to FitObjective (FitSuite is deprecated now)
...
...
This diff is collapsed.
Click to expand it.
Doc/Doxygen/Doxyfile
+
1
−
1
View file @
85896bf6
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = "BornAgain"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.1
3.99
PROJECT_NUMBER = 1.1
4.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
...
...
This diff is collapsed.
Click to expand it.
VERSION.cmake
+
2
−
2
View file @
85896bf6
set
(
BornAgain_VERSION_MAJOR 1
)
set
(
BornAgain_VERSION_MINOR 1
3
)
set
(
BornAgain_VERSION_PATCH
99
)
set
(
BornAgain_VERSION_MINOR 1
4
)
set
(
BornAgain_VERSION_PATCH
0
)
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