# HG changeset patch # User David Demelier # Date 1606414710 -3600 # Node ID 51b272eab08aa12c5f13d5296a062e3a6b73227c # Parent 1cf90affaa33ef5d1ec1f31f3d16b5be320692db misc: update before 0.2.0 diff -r 1cf90affaa33 -r 51b272eab08a .hgignore --- a/.hgignore Thu Nov 26 19:13:08 2020 +0100 +++ b/.hgignore Thu Nov 26 19:18:30 2020 +0100 @@ -15,12 +15,12 @@ \.d$ # Executables. -^imgpasterd(\.8)?$ -^imgpasterd-clean(\.8)?$ -^imgpaster(\.1)?$ +^imgupd(\.8)?$ +^imgupd-clean(\.8)?$ +^imgup(\.1)?$ # Distribution files. -^imgpaster-\d\.\d.\d\.tar\.xz(\.asc)?$ +^imgup-\d\.\d.\d\.tar\.xz(\.asc)?$ # Test files. ^test\.db$ diff -r 1cf90affaa33 -r 51b272eab08a Makefile --- a/Makefile Thu Nov 26 19:13:08 2020 +0100 +++ b/Makefile Thu Nov 26 19:18:30 2020 +0100 @@ -29,7 +29,7 @@ MANDIR= ${PREFIX}/share/man VARDIR= ${PREFIX}/var -VERSION= 0.1.0 +VERSION= 0.2.0 CORE_SRCS= config.c \ database.c \