annotate BEDTools-Version-2.14.3/src/utils/version/version.h @ 0:dfcd8b6c1bda

Uploaded
author aaronquinlan
date Thu, 03 Nov 2011 10:25:04 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dfcd8b6c1bda Uploaded
aaronquinlan
parents:
diff changeset
1 #ifndef VERSION_H
dfcd8b6c1bda Uploaded
aaronquinlan
parents:
diff changeset
2 #define VERSION_H
dfcd8b6c1bda Uploaded
aaronquinlan
parents:
diff changeset
3
dfcd8b6c1bda Uploaded
aaronquinlan
parents:
diff changeset
4 // define the version. All tools in the
dfcd8b6c1bda Uploaded
aaronquinlan
parents:
diff changeset
5 // suite carry the same version number.
dfcd8b6c1bda Uploaded
aaronquinlan
parents:
diff changeset
6 #define VERSION "2.14.2"
dfcd8b6c1bda Uploaded
aaronquinlan
parents:
diff changeset
7
dfcd8b6c1bda Uploaded
aaronquinlan
parents:
diff changeset
8 #endif /* VERSION_H */