Changeset 7466
- Timestamp:
- Dec 22, 2008, 12:36:50 PM (14 years ago)
- Location:
- branches/1.4x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/Transmission.xcodeproj/project.pbxproj
r7176 r7466 126 126 A259317E0A73B2CC002F4FE7 /* TransmissionHelp in Resources */ = {isa = PBXBuildFile; fileRef = A259316A0A73B2CC002F4FE7 /* TransmissionHelp */; }; 127 127 A25AFDE90D1038AD0092A1BA /* MenuLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = A25AFDE80D1038AD0092A1BA /* MenuLabel.m */; }; 128 A25B400A0EDCB1B8005DD3F6 /* iobuf.c in Sources */ = {isa = PBXBuildFile; fileRef = A25B40080EDCB1B8005DD3F6 /* iobuf.c */; };129 A25B400B0EDCB1B8005DD3F6 /* iobuf.h in Headers */ = {isa = PBXBuildFile; fileRef = A25B40090EDCB1B8005DD3F6 /* iobuf.h */; };130 128 A25D2CBD0CF4C73E0096A262 /* stats.c in Sources */ = {isa = PBXBuildFile; fileRef = A25D2CBB0CF4C7190096A262 /* stats.c */; }; 131 129 A25D2CBE0CF4C73E0096A262 /* stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A25D2CBA0CF4C7190096A262 /* stats.h */; }; … … 529 527 A25AFDE70D1038AD0092A1BA /* MenuLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MenuLabel.h; path = macosx/MenuLabel.h; sourceTree = "<group>"; }; 530 528 A25AFDE80D1038AD0092A1BA /* MenuLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MenuLabel.m; path = macosx/MenuLabel.m; sourceTree = "<group>"; }; 531 A25B40080EDCB1B8005DD3F6 /* iobuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = iobuf.c; path = libtransmission/iobuf.c; sourceTree = "<group>"; };532 A25B40090EDCB1B8005DD3F6 /* iobuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iobuf.h; path = libtransmission/iobuf.h; sourceTree = "<group>"; };533 529 A25D2CBA0CF4C7190096A262 /* stats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stats.h; path = libtransmission/stats.h; sourceTree = "<group>"; }; 534 530 A25D2CBB0CF4C7190096A262 /* stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stats.c; path = libtransmission/stats.c; sourceTree = "<group>"; }; … … 1129 1125 4D36BA630CA2F00800A63CA5 /* handshake.c */, 1130 1126 4D36BA640CA2F00800A63CA5 /* handshake.h */, 1131 A25B40080EDCB1B8005DD3F6 /* iobuf.c */,1132 A25B40090EDCB1B8005DD3F6 /* iobuf.h */,1133 1127 4D36BA650CA2F00800A63CA5 /* peer-io.c */, 1134 1128 4D36BA660CA2F00800A63CA5 /* peer-io.h */, … … 1442 1436 A25E03E20E4015380086C225 /* tr-getopt.h in Headers */, 1443 1437 A21FBBAB0EDA78C300BC3C51 /* bandwidth.h in Headers */, 1444 A25B400B0EDCB1B8005DD3F6 /* iobuf.h in Headers */,1445 1438 ); 1446 1439 runOnlyForDeploymentPostprocessing = 0; … … 1856 1849 4DB74F080E8CD75100AEB1A8 /* wildmat.c in Sources */, 1857 1850 A21FBBAC0EDA78C300BC3C51 /* bandwidth.c in Sources */, 1858 A25B400A0EDCB1B8005DD3F6 /* iobuf.c in Sources */,1859 1851 ); 1860 1852 runOnlyForDeploymentPostprocessing = 0; -
branches/1.4x/macosx/version.sh
r7455 r7466 9 9 # these should be the only two lines you need to change 10 10 PEERID_PREFIX="-TR141X-" 11 USERAGENT_PREFIX="1.41b 4"11 USERAGENT_PREFIX="1.41b5" 12 12 13 13 SVN_REVISION=`find ./libtransmission -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
Note: See TracChangeset
for help on using the changeset viewer.