We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1fef4 commit 15cbd1dCopy full SHA for 15cbd1d
recipe/meta.yaml
@@ -18,7 +18,7 @@
18
# A Public Release for ISIS3.6.1: {% set version = "3.6.1" %}
19
# A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %}
20
# A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %}
21
-{% set version = "8.1" %}
+{% set version = "8.1.0" %}
22
23
# This is the build number for the current version you are building. If this is the first build of
24
# this version, the build number will be 0. It is incremented by 1 with every consecutive build of
@@ -27,7 +27,7 @@
27
28
package:
29
name: isis
30
- version: {{ version }}.0_RC3
+ version: {{ version }}
31
32
source:
33
git_url: 'https://github.com/DOI-USGS/ISIS3.git'
0 commit comments