Skip to content

Commit

Permalink
increase version number to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jul 14, 2015
1 parent 00c95a2 commit 627e32c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([libde265], [1.0.1], [[email protected]])
AC_INIT([libde265], [1.0.2], [[email protected]])
AC_CONFIG_SRCDIR([libde265/de265.cc])
AC_CONFIG_HEADERS([config.h])

NUMERIC_VERSION=0x01000100 # Numeric representation of the version (A.B.C[.D] = 0xAABBCCDD)
NUMERIC_VERSION=0x01000200 # Numeric representation of the version (A.B.C[.D] = 0xAABBCCDD)
AC_SUBST(NUMERIC_VERSION)

LIBDE265_CURRENT=0
Expand Down
4 changes: 2 additions & 2 deletions extra/libde265/de265-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#define LIBDE265_VERSION_H

/* Numeric representation of the version */
#define LIBDE265_NUMERIC_VERSION 0x01000100
#define LIBDE265_NUMERIC_VERSION 0x01000200

#define LIBDE265_VERSION "1.0.1"
#define LIBDE265_VERSION "1.0.2"

#endif

0 comments on commit 627e32c

Please sign in to comment.