Project

General

Profile

Actions

Bug #148

open

version number not updated

Added by wrohdewald almost 15 years ago. Updated over 13 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
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

Actions #1

Updated by wrohdewald almost 15 years ago

  • Status changed from New to Resolved
Actions #2

Updated by anbr over 13 years ago

I think there exist twice VERSION entries.

  1. 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"

Actions #3

Updated by SPAM over 13 years ago

version.h was unused and has now been removed in git, and VERSION fixed in muggle.c

Actions

Also available in: Atom PDF