File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.3.2)
2
2
3
3
project (libde265
4
4
LANGUAGES C CXX
5
- VERSION 1.0.5
5
+ VERSION 1.0.6
6
6
)
7
7
8
8
set (CMAKE_CXX_STANDARD 11)
@@ -11,7 +11,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
11
11
set (CMAKE_POSITION_INDEPENDENT_CODE ON )
12
12
13
13
# The version number.
14
- set (NUMERIC_VERSION 0x01000500 )
14
+ set (NUMERIC_VERSION 0x01000600 )
15
15
set (PACKAGE_VERSION ${PROJECT_VERSION} )
16
16
17
17
include (${CMAKE_ROOT} /Modules/CheckCCompilerFlag.cmake)
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( [ 2.68] )
5
- AC_INIT ( [ libde265] ,
[ 1.0.5 ] ,
[ [email protected] ] )
5
+ AC_INIT ( [ libde265] ,
[ 1.0.6 ] ,
[ [email protected] ] )
6
6
AC_CONFIG_SRCDIR ( [ libde265/de265.cc] )
7
7
AC_CONFIG_HEADERS ( [ config.h] )
8
8
9
- NUMERIC_VERSION=0x01000500 # Numeric representation of the version (A.B.C[.D] = 0xAABBCCDD)
9
+ NUMERIC_VERSION=0x01000600 # Numeric representation of the version (A.B.C[.D] = 0xAABBCCDD)
10
10
AC_SUBST ( NUMERIC_VERSION )
11
11
12
12
# From https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html:
@@ -16,7 +16,7 @@ AC_SUBST(NUMERIC_VERSION)
16
16
# If any interfaces have been removed or changed since the last public release, then set age to 0.
17
17
18
18
LIBDE265_CURRENT=0
19
- LIBDE265_REVISION=12
19
+ LIBDE265_REVISION=13
20
20
LIBDE265_AGE=0
21
21
22
22
# ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 22
22
#define LIBDE265_VERSION_H
23
23
24
24
/* Numeric representation of the version */
25
- #define LIBDE265_NUMERIC_VERSION 0x01000500
25
+ #define LIBDE265_NUMERIC_VERSION 0x01000600
26
26
27
- #define LIBDE265_VERSION "1.0.5 "
27
+ #define LIBDE265_VERSION "1.0.6 "
28
28
29
29
#endif
You can’t perform that action at this time.
0 commit comments