autotrace / autotrace

bitmap to vector graphics converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autotrace 0.31.10 misidentifies itself as 0.40.0

ryandesign opened this issue · comments

% autotrace --version
AutoTrace version 0.40.0.

because:

AC_INIT([autotrace],[0.40.0])

autotrace/configure.ac

Lines 14 to 16 in 1a232b2

MAJOR_VERSION=0
MINOR_VERSION=40
MICRO_VERSION=0