version numbering


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    17

    Default version numbering

    Hi is there a standard way of version numbering a project

    for example v1.0 if i make an amendment does that become v1.1?

    i have seen some software that is version 1.3.4?

    just need a little input

    Thanks

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    It is really up to you, but many follow this scheme.
    From Python.org
    Python versions are numbered A.B.C or A.B. A is the major version number – it is only incremented for really major changes in the language. B is the minor version number, incremented for less earth-shattering changes. C is the micro-level – it is incremented for each bugfix release.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Version Control
    By btaylor in forum mel PIC BASIC Pro
    Replies: 33
    Last Post: - 16th October 2011, 17:12
  2. New version of Pic BASIC Pro released
    By Demon in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 12th March 2010, 15:41
  3. Automatically incrementing version counter/variable
    By skimask in forum PBP Wish List
    Replies: 4
    Last Post: - 5th December 2008, 05:00
  4. current version of MPASM
    By krohtech in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 30th January 2008, 22:11
  5. DT-ints-18 - new version
    By dip1 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 10th October 2007, 20:09

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts