Skip to content

Commit

Permalink
Update mentions to new 0.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Sep 23, 2022
1 parent 8871dfd commit 2a4d744
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2022-09-23 Bump version number: GMediaRender 0.1
2021-01-21 Bump version number: GMediaRender 0.0.9
- More fine-grained mime filters
- Reduced memory in scan mime list
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_PREREQ(2.59)
AC_INIT(gmediarender, 0.0.9, https://github.com/hzeller/gmrender-resurrect)
AC_INIT(gmediarender, 0.1, https://github.com/hzeller/gmrender-resurrect)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif
main.c : git-version.h

git-version.h: .FORCE
$(AM_V_GEN)(echo "#define GM_COMPILE_VERSION \"$(shell git log -n1 --date=short --format='0.0.9_git%cd_%h' 2>/dev/null || echo -n '0.0.9')\"" > $@-new; \
$(AM_V_GEN)(echo "#define GM_COMPILE_VERSION \"$(shell git log -n1 --date=short --format='0.1_git%cd_%h' 2>/dev/null || echo -n '0.1')\"" > $@-new; \
cmp -s $@ $@-new || cp $@-new $@; \
rm $@-new)

Expand Down

0 comments on commit 2a4d744

Please sign in to comment.