summaryrefslogtreecommitdiff
path: root/chromium/net/tools/spdyshark/moduleinfo.h
blob: 9e5f7c816f8c2cd330e32a35994feab19e63f5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Included *after* config.h, in order to re-define these macros */

#ifdef PACKAGE
#undef PACKAGE
#endif

/* Name of package */
#define PACKAGE "spdy"


#ifdef VERSION
#undef VERSION
#endif

/* Version number of package */
#define VERSION "0.1.0"