Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 50c9996
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2011-01-08T13:24:42Z (
14 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5282ffd
Parents:
31c28a4
Message:
Bump API version number because of the new CTCP stuff.
File:
1 edited
bitlbee.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
bitlbee.h
r31c28a4
r50c9996
38
38
#define VERSION BITLBEE_VERSION
39
39
#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
40
#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0,
1
)
40
#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0,
2
)
41
41
42
42
#define MAX_STRING 511
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive