Skip to content

Commit

Permalink
Bump version number to 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Oct 21, 2019
1 parent 36e070c commit 84c1599
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019-10-20 Bump version number: GMediaRender 0.0.8
- Various small changes over the last years.
- Now compiles with old and new libupnp (1.6.x and 1.8.x)

2013-... Ongoing changes in git.
2013-05-18: (there are ongoing changes in git, but these are notable features)
- Various state variable handling that should improve robustness and
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.7-git, https://github.com/hzeller/gmrender-resurrect)
AC_INIT(gmediarender, 0.0.8, 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='%cd_%h' 2>/dev/null || echo -n '0.0.7-git')\"" > $@-new; \
$(AM_V_GEN)(echo "#define GM_COMPILE_VERSION \"$(shell git log -n1 --date=short --format='0.0.8_git%cd_%h' 2>/dev/null || echo -n '0.0.8')\"" > $@-new; \
cmp -s $@ $@-new || cp $@-new $@; \
rm $@-new)

Expand Down

0 comments on commit 84c1599

Please sign in to comment.