mirror of
https://github.com/transmission/transmission
synced 2025-02-01 12:08:24 +00:00
bump version to 2.33+
This commit is contained in:
parent
9729834f1d
commit
8eacadb85d
2 changed files with 4 additions and 4 deletions
|
@ -1079,8 +1079,6 @@
|
|||
080E96DDFE201D6D7F000001 /* Sources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A21A9BE0106D86A800F1C3C1 /* TrackerNode.h */,
|
||||
A21A9BE1106D86A800F1C3C1 /* TrackerNode.m */,
|
||||
32CA4F630368D1EE00C91783 /* Transmission_Prefix.pch */,
|
||||
29B97316FDCFA39411CA2CEA /* main.m */,
|
||||
4DF0C5AA0899190500DD8943 /* Controller.h */,
|
||||
|
@ -1093,6 +1091,8 @@
|
|||
4D364D9F091FBB2C00377D12 /* TorrentTableView.m */,
|
||||
4DCCBB3D09C3D71100D3CABF /* TorrentCell.h */,
|
||||
4DCCBB3C09C3D71100D3CABF /* TorrentCell.m */,
|
||||
A21A9BE0106D86A800F1C3C1 /* TrackerNode.h */,
|
||||
A21A9BE1106D86A800F1C3C1 /* TrackerNode.m */,
|
||||
A2725B6C0DE5C4F5003445E7 /* FileListNode.h */,
|
||||
A2725B6D0DE5C4F5003445E7 /* FileListNode.m */,
|
||||
A28F4F750E085BDC003A3882 /* ColorTextField.h */,
|
||||
|
|
|
@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
|
|||
dnl "Z" for unsupported trunk builds,
|
||||
dnl "0" for stable, supported releases
|
||||
dnl these should be the only two lines you need to change
|
||||
m4_define([user_agent_prefix],[2.33])
|
||||
m4_define([peer_id_prefix],[-TR2330-])
|
||||
m4_define([user_agent_prefix],[2.33+])
|
||||
m4_define([peer_id_prefix],[-TR233Z-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
Loading…
Reference in a new issue