Explorar el Código

Nicer version info

master
Bert hace 14 años
padre
commit
800143affb
Se han modificado 2 ficheros con 2 adiciones y 3 borrados
  1. +1
    -1
      Makefile
  2. +1
    -2
      options.c

+ 1
- 1
Makefile Ver fichero

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

VERSION=0.6
VERSION=git-20110217

CC?=gcc
PREFIX?=/usr/local


+ 1
- 2
options.c Ver fichero

@@ -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) {


Cargando…
Cancelar
Guardar