Adium

Changeset 24523

Show
Ignore:
Timestamp:
07/31/2008 03:54:12 PM (4 months ago)
Author:
evands
Message:

Updated for Info.plist, and versioning to 1.3b10

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Release/Makefile

    r24466 r24523  
    1515########### 
    1616 
    17 VERSION=1.3b9 
     17VERSION=1.3b10 
    1818BUILD_IN_DEBUG_MODE?=TRUE 
    1919BETA?=TRUE 
     
    8080 
    8181PLIST_DIR=`pwd`/../Plists 
    82 ADIUM_PLIST=$(PLIST_DIR)/Adium_2 
     82ADIUM_PLIST=$(PLIST_DIR)/Info 
    8383 
    8484########### 
     
    9999 
    100100assertnochanges: 
    101         if [[ 0 -ne `svn st $(SRC_DIR) | egrep --invert-match '\?|Adium_2\.plist' | wc -l` ]]; then \ 
     101        if [[ 0 -ne `svn st $(SRC_DIR) | egrep --invert-match '\?|Info\.plist' | wc -l` ]]; then \ 
    102102                echo 'You have local changes. Please do not build releases from an unclean checkout. You must revert the changes, commit them, or check out another working copy and build from that.' 1>&2; \ 
    103103                exit 1; \