Actions
Bug #148
openversion number not updated
Start date:
07/11/2009
Due date:
% Done:
0%
Estimated time:
Description
version in version.h still is 0.2.2 instead of 0.2.3
Updated by anbr about 14 years ago
I think there exist twice VERSION entries.
- cat muggle.c | grep 0.2
static const char VERSION[] = "0.2.2";
cat version.h | grep 0.2
#define PLUGIN_VERSION "0.2.3"
Updated by SPAM about 14 years ago
version.h was unused and has now been removed in git, and VERSION fixed in muggle.c
Actions