We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef2459 commit 9ba26e7Copy full SHA for 9ba26e7
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.68])
5
-AC_INIT([libde265], [1.0], [farin@struktur.de])
+AC_INIT([libde265], [1.0.0], [farin@struktur.de])
6
AC_CONFIG_SRCDIR([libde265/de265.cc])
7
AC_CONFIG_HEADERS([config.h])
8
extra/libde265/de265-version.h
@@ -30,6 +30,6 @@
30
/* Numeric representation of the version */
31
#define LIBDE265_NUMERIC_VERSION 0x01000000
32
33
-#define LIBDE265_VERSION "1.0"
+#define LIBDE265_VERSION "1.0.0"
34
35
#endif
0 commit comments