Changeset 12566


Ignore:
Timestamp:
Jul 21, 2011, 12:01:52 AM (12 years ago)
Author:
livings124
Message:

bump version to 2.33+

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Transmission.xcodeproj/project.pbxproj

    r12488 r12566  
    10801080                        isa = PBXGroup;
    10811081                        children = (
    1082                                 A21A9BE0106D86A800F1C3C1 /* TrackerNode.h */,
    1083                                 A21A9BE1106D86A800F1C3C1 /* TrackerNode.m */,
    10841082                                32CA4F630368D1EE00C91783 /* Transmission_Prefix.pch */,
    10851083                                29B97316FDCFA39411CA2CEA /* main.m */,
     
    10941092                                4DCCBB3D09C3D71100D3CABF /* TorrentCell.h */,
    10951093                                4DCCBB3C09C3D71100D3CABF /* TorrentCell.m */,
     1094                                A21A9BE0106D86A800F1C3C1 /* TrackerNode.h */,
     1095                                A21A9BE1106D86A800F1C3C1 /* TrackerNode.m */,
    10961096                                A2725B6C0DE5C4F5003445E7 /* FileListNode.h */,
    10971097                                A2725B6D0DE5C4F5003445E7 /* FileListNode.m */,
  • trunk/configure.ac

    r12564 r12566  
    44dnl         "0" for stable, supported releases
    55dnl these should be the only two lines you need to change
    6 m4_define([user_agent_prefix],[2.33])
    7 m4_define([peer_id_prefix],[-TR2330-])
     6m4_define([user_agent_prefix],[2.33+])
     7m4_define([peer_id_prefix],[-TR233Z-])
    88
    99AC_INIT([transmission],
Note: See TracChangeset for help on using the changeset viewer.