Skip to content

Commit 9ba26e7

Browse files
committed
switch to 3 version digits
1 parent eef2459 commit 9ba26e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.68])
5-
AC_INIT([libde265], [1.0], [farin@struktur.de])
5+
AC_INIT([libde265], [1.0.0], [farin@struktur.de])
66
AC_CONFIG_SRCDIR([libde265/de265.cc])
77
AC_CONFIG_HEADERS([config.h])
88

extra/libde265/de265-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
/* Numeric representation of the version */
3131
#define LIBDE265_NUMERIC_VERSION 0x01000000
3232

33-
#define LIBDE265_VERSION "1.0"
33+
#define LIBDE265_VERSION "1.0.0"
3434

3535
#endif

0 commit comments

Comments
 (0)