Skip to content

Commit 05a17c2

Browse files
committed
finalize changelog v1.1.4 - fixes #12
1 parent b98e5d4 commit 05a17c2

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

Diff for: ChangeLog

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
2014-02-06 (unreleased) Robin Gareus <[email protected]>
2-
* fix compile on systems w/o endian.h
1+
2014-05-16 (v1.1.4) Robin Gareus <[email protected]>
2+
* rework endianess detection
3+
* fix compile on systems w/o endian.h
34
* remove obsolte autotools macros
45

56
2013-11-09 (v1.1.3) Robin Gareus <[email protected]>

Diff for: debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
libltc (1.1.3-1) unstable; urgency=low
1+
libltc (1.1.4-1) unstable; urgency=low
22

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

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

99
libltc (1.0.1-1) unstable; urgency=low
1010

Diff for: doc/man/man3/ltc.h.3

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ltc.h" 3 "Sat Nov 9 2013" "Version 1.1.3" "libltc" \" -*- nroff -*-
1+
.TH "ltc.h" 3 "Fri May 16 2014" "Version 1.1.4" "libltc" \" -*- nroff -*-
22
.ad l
33
.nh
44
.SH NAME
@@ -196,7 +196,7 @@ Robin Gareus [email protected]
196196
.RS 4
197197
.RE
198198
.PP
199-
Copyright (C) 2006-2012 Robin Gareus [email protected]
199+
Copyright (C) 2006-2014 Robin Gareus [email protected]
200200
.PP
201201
Copyright (C) 2008-2009 Jan Weiß [email protected]
202202
.PP

Diff for: src/ltc.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ extern "C" {
6060

6161
#ifndef DOXYGEN_IGNORE
6262
/* libltc version */
63-
#define LIBLTC_VERSION "1.1.3"
63+
#define LIBLTC_VERSION "1.1.4"
6464
#define LIBLTC_VERSION_MAJOR 1
6565
#define LIBLTC_VERSION_MINOR 1
66-
#define LIBLTC_VERSION_MICRO 3
66+
#define LIBLTC_VERSION_MICRO 4
6767

6868
/* interface revision number
6969
* http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
7070
*/
7171
#define LIBLTC_CUR 11
72-
#define LIBLTC_REV 2
72+
#define LIBLTC_REV 3
7373
#define LIBLTC_AGE 0
7474
#endif /* end DOXYGEN_IGNORE */
7575

0 commit comments

Comments
 (0)