Skip to content

Commit 448ea31

Browse files
committed
finalize changelog v1.1.3
1 parent 98895db commit 448ea31

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Diff for: ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-11-09 (v1.1.3) Robin Gareus <[email protected]>
2+
* fixes for the release & test scripts (by Nils Philippsen)
3+
* update links to releases in doc.
4+
15
2013-09-06 (v1.1.2) Robin Gareus <[email protected]>
26
* better BIG_ENDIAN detection (should fix mips, sparc, s390 builds)
37
* fix decoder_write_u16() -- use unsigned short

Diff for: debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
libltc (1.1.2-1) unstable; urgency=low
1+
libltc (1.1.3-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]> Fri, 06 Sep 2013 12:49:52 +0200
7+
-- Robin Gareus <[email protected]> Sat, 09 Nov 2013 16:17:19 +0100
88

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ltc.h" 3 "Fri Sep 6 2013" "Version 1.1.2" "libltc" \" -*- nroff -*-
1+
.TH "ltc.h" 3 "Sat Nov 9 2013" "Version 1.1.3" "libltc" \" -*- nroff -*-
22
.ad l
33
.nh
44
.SH NAME

Diff for: src/ltc.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ extern "C" {
5656

5757
#ifndef DOXYGEN_IGNORE
5858
/* libltc version */
59-
#define LIBLTC_VERSION "1.1.2"
59+
#define LIBLTC_VERSION "1.1.3"
6060
#define LIBLTC_VERSION_MAJOR 1
6161
#define LIBLTC_VERSION_MINOR 1
62-
#define LIBLTC_VERSION_MICRO 2
62+
#define LIBLTC_VERSION_MICRO 3
6363

6464
/* interface revision number
6565
* http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

0 commit comments

Comments
 (0)