changeset 8:51b272eab08a 0.2.0

misc: update before 0.2.0
author David Demelier <markand@malikania.fr>
date Thu, 26 Nov 2020 19:18:30 +0100
parents 1cf90affaa33
children d93f2b9b2740
files .hgignore Makefile
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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$
--- 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              \