Replies: 1 comment 2 replies
-
I was just thinking about this too. I agree with your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Historically, the Unidata GEMPAK release version has followed the NCEP NAWIPS release version verbatim. When NCEP made a release, Unidata would follow with a release.
We may be in a situation now without further NCEP releases and/or the desire to make more frequent GEMPAK releases by the community / me :) The question is how to handle the version number?
Presently,
gempak/source/gemlib/ss/ssvers.f
just has this:I can not find code that attempts to parse this value / do fancy things like
semver
checking.My proposal is to add an additional release point to the version, so we have something like
Version 7.14.0.1
. Anybody with better ideas / objections?I believe going to
7.14.1
is a bad idea as it would conflict, if by chance NCEP made a7.14.1
release.Beta Was this translation helpful? Give feedback.
All reactions