Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ISIS3
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
ISIS3
Commits
2dfc499c
Unverified
Commit
2dfc499c
authored
3 years ago
by
Jesse Mapel
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
6.0 full release version tick (#4612)
parent
8dca4a55
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
isis/CMakeLists.txt
+1
-1
1 addition, 1 deletion
isis/CMakeLists.txt
recipe/meta.yaml
+1
-1
1 addition, 1 deletion
recipe/meta.yaml
with
2 additions
and
2 deletions
isis/CMakeLists.txt
+
1
−
1
View file @
2dfc499c
...
...
@@ -45,7 +45,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")
# Other release information
string
(
TIMESTAMP VERSION_DATE
"%Y-%m-%d"
UTC
)
set
(
RELEASE_STAGE
"
beta
"
)
# (alpha, beta, stable)
set
(
RELEASE_STAGE
"
stable
"
)
# (alpha, beta, stable)
# Define to the address where bug reports for this package should be sent.
set
(
PACKAGE_BUGREPORT
"https://github.com/USGS-Astrogeology/ISIS3/issues"
)
...
...
This diff is collapsed.
Click to expand it.
recipe/meta.yaml
+
1
−
1
View file @
2dfc499c
...
...
@@ -18,7 +18,7 @@
# A Public Release for ISIS3.6.1: {% set version = "3.6.1" %}
# A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %}
# A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %}
{
%
set version = "6.0.0
_RC1
" %
}
{
%
set version = "6.0.0" %
}
# This is the build number for the current version you are building. If this is the first build of
# this version, the build number will be 0. It is incremented by 1 with every consecutive build of
...
...
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