Skip to content

Commit 04d2516

Browse files
committed
noad-0.8.8: new version - maintenance release
change version number in files, update ChangeLog
1 parent 751f711 commit 04d2516

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ChangeLog

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
Version 0.8.7
1+
Version 0.8.8
2+
- configure.ac: change code to work with /bin/sh -> /bin/dash
3+
- remove mkinstalldirs (from old build system)
4+
- .gitignore: add more files
5+
- autogen.sh: add full version
6+
- replace COPYING with current version
7+
8+
Version 0.8.7
29
- re-compose a git repository and place it on GitHub
310
- add support for LIBAVCODEC version 57 (>=ffmpeg-3.4)
411
found in patches from misc. linux distributions

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dnl ---------------------------------------------------------------------------
1010
dnl initialisation
1111
dnl ---------------------------------------------------------------------------
1212
AC_PREREQ(2.57)
13-
AC_INIT(noad, 0.8.7, [email protected])
13+
AC_INIT(noad, 0.8.8, [email protected])
1414
AM_INIT_AUTOMAKE(dist-bzip2)
1515
AM_SILENT_RULES([yes])
1616
AC_CONFIG_SRCDIR([cchecklogo.cpp])

noad.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ MPEGDecoder *decoder;
4646

4747
extern "C"
4848
{
49-
static const char *VERSIONSTRING = "0.8.7";
49+
static const char *VERSIONSTRING = "0.8.8";
5050
}
5151

5252
#ifdef VNOAD

0 commit comments

Comments
 (0)