Skip to content

Commit

Permalink
finalize changelog v1.1.4 - fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed May 16, 2014
1 parent b98e5d4 commit 05a17c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2014-02-06 (unreleased) Robin Gareus <[email protected]>
* fix compile on systems w/o endian.h
2014-05-16 (v1.1.4) Robin Gareus <[email protected]>
* rework endianess detection
* fix compile on systems w/o endian.h
* remove obsolte autotools macros

2013-11-09 (v1.1.3) Robin Gareus <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
libltc (1.1.3-1) unstable; urgency=low
libltc (1.1.4-1) unstable; urgency=low

* Robin's private package. see ../ChangeLog
* official debian package at
http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libltc.git

-- Robin Gareus <[email protected]> Sat, 09 Nov 2013 16:17:19 +0100
-- Robin Gareus <[email protected]> Fri, 16 May 2014 18:58:05 +0200

libltc (1.0.1-1) unstable; urgency=low

Expand Down
4 changes: 2 additions & 2 deletions doc/man/man3/ltc.h.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ltc.h" 3 "Sat Nov 9 2013" "Version 1.1.3" "libltc" \" -*- nroff -*-
.TH "ltc.h" 3 "Fri May 16 2014" "Version 1.1.4" "libltc" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Expand Down Expand Up @@ -196,7 +196,7 @@ Robin Gareus [email protected]
.RS 4
.RE
.PP
Copyright (C) 2006-2012 Robin Gareus [email protected]
Copyright (C) 2006-2014 Robin Gareus [email protected]
.PP
Copyright (C) 2008-2009 Jan Weiß [email protected]
.PP
Expand Down
6 changes: 3 additions & 3 deletions src/ltc.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ extern "C" {

#ifndef DOXYGEN_IGNORE
/* libltc version */
#define LIBLTC_VERSION "1.1.3"
#define LIBLTC_VERSION "1.1.4"
#define LIBLTC_VERSION_MAJOR 1
#define LIBLTC_VERSION_MINOR 1
#define LIBLTC_VERSION_MICRO 3
#define LIBLTC_VERSION_MICRO 4

/* interface revision number
* http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
*/
#define LIBLTC_CUR 11
#define LIBLTC_REV 2
#define LIBLTC_REV 3
#define LIBLTC_AGE 0
#endif /* end DOXYGEN_IGNORE */

Expand Down

0 comments on commit 05a17c2

Please sign in to comment.