On Thu, 8 Mar 2007, Sven Schreiber wrote:
You change something in the code, or bump the version number, or
whatever, and want to save the changed package under a different name
(in my case, including the changed version number).
I've now made some relevant changes in CVS. The function package
editor has a checkbox, "include version in filename". I've also
put in some stipulations on what the version string should look
like, to make it straightforward to add or subtract version
strings if needed. So: a package filename should look like one of
the following
interface-M.N.P.gfn
interface-M.N.gfn
interface-M.gfn
interface.gfn
where M, N and P are all numbers (major, minor, patchlevel, if you
like). To conform to this, the py4gretl files would best be
renamed as, for example:
py4gretl_vecm-0.8.2.gfn
This is not tested properly yet, but I'll do that soon.
Allin.