From 7eb1466bb19de8f569557e924e7044972fb34df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Boxd=C3=B6rfer?= Date: Fri, 24 Sep 2021 18:41:49 +0200 Subject: [PATCH] release: 0.1 --- README.md | 2 -- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 942b4bd86..4201b01f4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ FSearch is a fast file search utility, inspired by Everything Search Engine. It's written in C and based on GTK3. -**Note: The application is still in beta stage** - * For bug reports and feature requests please use the issue tracker: https://github.com/cboxdoerfer/fsearch/issues * For everything else related to FSearch you can talk to me on Matrix: https://matrix.to/#/#fsearch:matrix.org diff --git a/configure.ac b/configure.ac index e1a17de2a..5fcb967f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([FSearch], - m4_esyscmd([build-aux/git-version-gen --fallback "0.1beta4" .tarball-version]), + m4_esyscmd([build-aux/git-version-gen --fallback "0.1" .tarball-version]), [christian.boxdoerfer@posteo.de], [fsearch], [https://cboxdoerfer.github.io/fsearch]) diff --git a/meson.build b/meson.build index 95d07e4ee..f76113aad 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('fsearch', 'c', - version: '0.1beta4', + version: '0.1', meson_version: '>= 0.45.0', default_options: ['c_std=c11'], )