neurobin / shc

Shell script compiler

Home Page:https://neurobin.org/projects/softwares/unix/shc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4.0.2: wrong version in configure.ac

eribertomota opened this issue · comments

Dear maintainer,

The configure.ac for 4.0.2 version says: "AC_INIT([shc], [4.0.1], [http://github.com/neurobin/shc/issues])". It will reflect in several files, as configure and shc.

Please, use a checklist to release a new version. There is an example here[1].

[1] https://github.com/resurrecting-open-source-projects/scrot/blob/master/doc/UPDATE-CHECK

Regards,

Eriberto

The following file also wrong:

src/shc.c:static const char version[] = "Version 4.0.1";

Please, be polite. Do not close an issue without pointing a fix or without explain the case.

I think closing means it's resolved. Sorry if I hurt you making assumptions.

By the way, there is a new 4.0.2 version available now, it's a bit different from previous one and I think it's how it's supposed to be. There is the latest 4.0.3 available now with removing the experimental -s flag (by @intika).