Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: Andrew Hood <ajhood@xxxxxxxxx>
Date: Wed, 07 May 2008 08:45:17 +1000

Jaap Keuter wrote:
> Hi,
> 
> So isn't it time now to 'correct' the development release number from 1.0.99 
> to 1.1.0?

I've never liked this sort of version numbers since string comparisons
don't sort them correctly.

Consider GTK's:

#define GTK_CHECK_VERSION(major,minor,micro)    \
    (GTK_MAJOR_VERSION > (major) || \
     (GTK_MAJOR_VERSION == (major) && GTK_MINOR_VERSION > (minor)) || \
     (GTK_MAJOR_VERSION == (major) && GTK_MINOR_VERSION == (minor) && \
      GTK_MICRO_VERSION >= (micro)))
#if GTK_CHECK_VERSION(2,4,10)

and Motif's:

#define XmVersion       (XmVERSION * 1000 + XmREVISION)
#if XmVersion>2003

all caused by pseudo numeric version numbers.

1.0.99 would logically be followed by 1.0.100, but "1.0.99" > "1.0.100"

Can we start from now at "1.01.000"? A hundred point releases each with
a thousand patch levels should be enough for anyone. (With apologies to
Bill Gates.)


-- 
There's no point in being grown up if you can't be childish sometimes.
                -- Dr. Who

  • Follow-Ups:
    • Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
      • From: Jaap Keuter
  • References:
    • Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
      • From: Guy Harris
    • Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
      • From: Gerald Combs
    • Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
      • From: Stephen Fisher
    • Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
      • From: Jaap Keuter
  • Prev by Date: Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
  • Next by Date: Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
  • Previous by thread: Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
  • Next by thread: Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in make-version.pl
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation