Skip to content

Commit

Permalink
release: 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cboxdoerfer committed Sep 24, 2021
1 parent cc761e2 commit 7eb1466
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('fsearch', 'c',
version: '0.1beta4',
version: '0.1',
meson_version: '>= 0.45.0',
default_options: ['c_std=c11'],
)
Expand Down

0 comments on commit 7eb1466

Please sign in to comment.