Skip to content

Commit

Permalink
update Changelog and library version
Browse files Browse the repository at this point in the history
  • Loading branch information
assisp committed Jan 22, 2016
1 parent 4fef04f commit b21507f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ guvcview (2.0.3)
* fix '-n' option (don't save frame when photo countdown reaches 0)
* restore exit_on_term option
* use AC_SYS_LARGEFILE m4 macro for enabling Large File Support (LFS) on 32 bit systems
* add color config for crosshair osd
* change rendering engine to use updateTexture instead of lock/unlock texture
* change rendering lib to avoid frame copy when using osd

-- Paulo Assis <pj.assis@gmail.com> Mon, 4 Jan 2016 23:34:00 +0100

Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ AC_SUBST(GVIEWV4L2CORE_LD_NAME)
#release versioning
GVIEWV4L2CORE_MAJOR_VERSION=1
GVIEWV4L2CORE_MINOR_VERSION=1
GVIEWV4L2CORE_MICRO_VERSION=0
GVIEWV4L2CORE_MICRO_VERSION=1

#API version (SONAME)
GVIEWV4L2CORE_API_VERSION=$GVIEWV4L2CORE_MAJOR_VERSION.$GVIEWV4L2CORE_MINOR_VERSION
Expand Down Expand Up @@ -203,7 +203,7 @@ AC_SUBST(GVIEWRENDER_LD_NAME)
#release versioning
GVIEWRENDER_MAJOR_VERSION=1
GVIEWRENDER_MINOR_VERSION=1
GVIEWRENDER_MICRO_VERSION=0
GVIEWRENDER_MICRO_VERSION=1

#API version (SONAME)
GVIEWRENDER_API_VERSION=$GVIEWRENDER_MAJOR_VERSION.$GVIEWRENDER_MINOR_VERSION
Expand Down Expand Up @@ -295,7 +295,7 @@ AC_SUBST(GVIEWAUDIO_LD_NAME)
#release versioning
GVIEWAUDIO_MAJOR_VERSION=1
GVIEWAUDIO_MINOR_VERSION=1
GVIEWAUDIO_MICRO_VERSION=0
GVIEWAUDIO_MICRO_VERSION=1

#API version (SONAME)
GVIEWAUDIO_API_VERSION=$GVIEWAUDIO_MAJOR_VERSION.$GVIEWAUDIO_MINOR_VERSION
Expand Down Expand Up @@ -360,7 +360,7 @@ AC_SUBST(GVIEWENCODER_LD_NAME)
#release versioning
GVIEWENCODER_MAJOR_VERSION=1
GVIEWENCODER_MINOR_VERSION=1
GVIEWENCODER_MICRO_VERSION=0
GVIEWENCODER_MICRO_VERSION=1

#API version (SONAME)
GVIEWENCODER_API_VERSION=$GVIEWENCODER_MAJOR_VERSION.$GVIEWENCODER_MINOR_VERSION
Expand Down

0 comments on commit b21507f

Please sign in to comment.