Mailing List Archive

Version
$ grep VERSION scripts/interchange.PL
use vars qw($VERSION);
$VERSION = '5.10.0';
print "Interchange version $VERSION copyright 2002-2016 Interchange
Development Group and others.\n";
=head1 VERSION
logGlobal( "Interchange V$VERSION");


...shouldn't git be on 5.10.1 now?


Peter

_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Re: Version [ In reply to ]
On 10/02/17 19:31, Peter wrote:
> $ grep VERSION scripts/interchange.PL
> use vars qw($VERSION);
> $VERSION = '5.10.0';
> print "Interchange version $VERSION copyright 2002-2016 Interchange
> Development Group and others.\n";
> =head1 VERSION
> logGlobal( "Interchange V$VERSION");
>
>
> ...shouldn't git be on 5.10.1 now?

Bump

I didn't get any reply to this, but I'm sure the version should have
been bumped after the last stable release, but it wasn't.


Peter

_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Re: Version [ In reply to ]
Quoting Peter (peter@pajamian.dhs.org):
> On 10/02/17 19:31, Peter wrote:
> > $ grep VERSION scripts/interchange.PL
> > use vars qw($VERSION);
> > $VERSION = '5.10.0';
> > print "Interchange version $VERSION copyright 2002-2016 Interchange
> > Development Group and others.\n";
> > =head1 VERSION
> > logGlobal( "Interchange V$VERSION");
> >
> >
> > ...shouldn't git be on 5.10.1 now?
>
> Bump
>
> I didn't get any reply to this, but I'm sure the version should have
> been bumped after the last stable release, but it wasn't.

There hasn't yet been a 5.10.1 release.

https://github.com/interchange/interchange/releases

--
Josh Lavin
End Point Corporation

_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Re: Version [ In reply to ]
On Thu, 2 Mar 2017, Josh Lavin wrote:

>>> ...shouldn't git be on 5.10.1 now?
>>
>> I didn't get any reply to this, but I'm sure the version should have
>> been bumped after the last stable release, but it wasn't.
>
> There hasn't yet been a 5.10.1 release.

We have traditionally increased the version number soon after a release so
that changes show up as part of the next expected release when people
mention a version number.

It could go the other way, and either is inaccurate and we'd be better off
showing a Git commit hash for unreleased versions, but historically that's
the way we did it.

Of course any committer is free to bump the version in the various places
it appears. The release checklist is here:

https://github.com/interchange/docs/blob/master/icdevgroup/release-notes.txt

Jon


--
Jon Jensen
End Point Corporation
https://www.endpoint.com/


_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users