浏览代码

Nicer version info

master
Bert 14 年前
父节点
当前提交
800143affb
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. +1
    -1
      Makefile
  2. +1
    -2
      options.c

+ 1
- 1
Makefile 查看文件

@@ -1,6 +1,6 @@
all: sxiv

VERSION=0.6
VERSION=git-20110217

CC?=gcc
PREFIX?=/usr/local


+ 1
- 2
options.c 查看文件

@@ -34,8 +34,7 @@ void print_usage() {
}

void print_version() {
printf("sxiv - simple x image viewer\n");
printf("Version %s, written by Bert Muennich\n", VERSION);
printf("sxiv version %s - simple x image viewer\n", VERSION);
}

void parse_options(int argc, char **argv) {


正在加载...
取消
保存