Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Version Control?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27597
    jamygolden
    Member

    I’ve been looking around and I can’t seem to find a straight answer to this.

    How do I know what version my app is?

    I’m busy creating a jQuery plugin and I obviously want to keep track of when I do bug fixes, etc. How do I know it goes from 1.2 to 1.3? or 1.2.4 to 1.2.5?

    My guess would be the former is a feature change/addition and the latter is a fix.

    #76769
    TheDoc
    Member

    That’s pretty much how I do it. Anything in beta that hasn’t been released yet starts with 0.1b for me.

    The first major release is 1.0. Minor bug fixes 1.0.1. A substantial update, 1.1. A major release, 2.0.

    #76771
    jamygolden
    Member

    Thanks Doc :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.