Re: Question of the software develpment cycle
- From: Steve O'Hara-Smith <steveo@xxxxxxxxxx>
- Date: Fri, 29 Jun 2007 04:16:15 +0100
On Thu, 28 Jun 2007 19:11:32 -0700
Chad <cdalten@xxxxxxxxx> wrote:
This is inexperience. Bear with me.
I recently release a program on sourceforge. However, I noticed that I
made a bonehead coding error. The error doesn't lead to a bug, it just
slows the code down a bit. So, after I correct the coding error, do I
just change the version number from 1.0 to 1.1?
Yes - if you've changed what is released bump the version number
up. Packaging systems tend to use checksums to verify that foo-x.y.z.tar.gz
is correct and this breaks if the version number doesn't increase for all
changes to the content - even fixing a speeling misteak in the README
should increase the version.
--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/
.
- References:
- Question of the software develpment cycle
- From: Chad
- Question of the software develpment cycle
- Prev by Date: Re: Question of the software develpment cycle
- Next by Date: Re: C and C++
- Previous by thread: Re: Question of the software develpment cycle
- Next by thread: Re: Question of the software develpment cycle
- Index(es):
Relevant Pages
|