Skip to content

Commit

Permalink
switch to 3 version digits
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jun 24, 2015
1 parent eef2459 commit 9ba26e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([libde265], [1.0], [farin@struktur.de])
AC_INIT([libde265], [1.0.0], [farin@struktur.de])
AC_CONFIG_SRCDIR([libde265/de265.cc])
AC_CONFIG_HEADERS([config.h])

Expand Down
2 changes: 1 addition & 1 deletion extra/libde265/de265-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
/* Numeric representation of the version */
#define LIBDE265_NUMERIC_VERSION 0x01000000

#define LIBDE265_VERSION "1.0"
#define LIBDE265_VERSION "1.0.0"

#endif

0 comments on commit 9ba26e7

Please sign in to comment.