Bug #148
version number not updated
Start date:
07/11/2009
Due date:
% Done:
0%
Description
version in version.h still is 0.2.2 instead of 0.2.3
History
#1 Updated by wrohdewald over 11 years ago
- Status changed from New to Resolved
#2 Updated by anbr about 10 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"
#3 Updated by SPAM about 10 years ago
version.h was unused and has now been removed in git, and VERSION fixed in muggle.c