martyr-deepin / deepin-terminal-gtk

DDE terminal emulator application
GNU General Public License v3.0
263 stars 57 forks source link

`deepin-terminal --version` still shows v2.1 #6

Closed hosiet closed 7 years ago

hosiet commented 7 years ago

In lib/constant.vala:

public class Constant {
    public static double TERMINAL_MIN_OPACITY = 0;
    public static double VERSION = 2.1;
    public static int ACTIVE_TAB_UNDERLINE_HEIGHT = 2;
    public static int CLOSE_BUTTON_MARGIN_RIGHT = 3;

The version number should be bumped accordingly.

manateelazycat commented 7 years ago

https://github.com/linuxdeepin/deepin-terminal/commit/190e7d9facfb926a8d6eae8f43c28a66e3ff5f87 has fixed, thanks for notify.