Changeset 37442 in webkit


Ignore:
Timestamp:
Oct 8, 2008 10:36:02 PM (15 years ago)
Author:
mrowe@apple.com
Message:

Remove restriction on version number ending in a 4.

Rubber-stamped by Jon Honeycutt.

  • win/tools/scripts/auto-version.sh:
Location:
trunk/WebKitLibraries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitLibraries/ChangeLog

    r37392 r37442  
     12008-10-08  Mark Rowe  <mrowe@apple.com>
     2
     3        Rubber-stamped by Jon Honeycutt.
     4
     5        Remove restriction on version number ending in a 4.
     6
     7        * win/tools/scripts/auto-version.sh:
     8
    192008-10-07  Anders Carlsson  <andersca@apple.com>
    210
  • trunk/WebKitLibraries/win/tools/scripts/auto-version.sh

    r30202 r37442  
    4444fi
    4545
    46 if [ `echo "$PROPOSEDVERSION" | grep -c -E "4\.|4$"` -ne 0 ]; then
    47     echo "
    48     Can't set WebKit's version to something that ends in a 4!
    49     If we do, someone's going to think it's Netscape 4.
    50     Radar bug 3787996 has some details."
    51     exit 1
    52 fi
    53 
    5446BLDMAJORVERSION=`echo "$PROPOSEDVERSION" | sed 's/\([^\.]*\)\(\.\([^.]*\)\(\.\([^.]*\)\)\?\)\?/\1/'`
    5547BLDMINORVERSION=`echo "$PROPOSEDVERSION" | sed 's/\([^\.]*\)\(\.\([^.]*\)\(\.\([^.]*\)\)\?\)\?/\3/'`
Note: See TracChangeset for help on using the changeset viewer.