Changeset 2903
- Timestamp:
- Aug 22, 2007, 4:01:46 AM (15 years ago)
- Location:
- branches/0.8x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8x/Transmission.xcodeproj/project.pbxproj
r2640 r2903 321 321 4DFBC2DE09C0970D00D5C571 /* Torrent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Torrent.m; path = macosx/Torrent.m; sourceTree = "<group>"; }; 322 322 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = macosx/Info.plist; sourceTree = "<group>"; }; 323 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; };323 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; }; 324 324 A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = "<group>"; }; 325 325 A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = "<group>"; }; -
branches/0.8x/version.sh
r2642 r2903 7 7 MAJOR="0" 8 8 MINOR="8" 9 MAINT=" 0"9 MAINT="1" 10 10 BETA="0" 11 STRING=0.8 011 STRING=0.81 12 12 13 PEERID_PREFIX="-TR08 00-"14 USERAGENT_PREFIX="0.8 0"13 PEERID_PREFIX="-TR0810-" 14 USERAGENT_PREFIX="0.81" 15 15 SVN_REVISION=`( find . '(' -name '*.[chm]' -o -name '*.cpp' -o -name '*.po' \ 16 16 -o -name '*.mk' -o -name '*.in' -o -name 'Makefile' \
Note: See TracChangeset
for help on using the changeset viewer.