Skip to content

Commit

Permalink
Version 1.3 bump
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh committed Jun 9, 2018
1 parent b446059 commit 67f3734
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.3
Released: 06/08/18
[email protected]
- Update libzip version in Win32 installer script
- Support Python 3 in libconcord bindings
- Fix warnings reported by GCC 7
- Update Logitech website address in documentation
- Include libwinpthread unconditionally and ensure it is uninstalled
- Fix IR learning for Arch 17 (Touch/Ultimate/etc.)
- Bump libconcord version in Windows installer
[email protected]
- Move README to markdown

1.2
Released: 04/06/15
[email protected]:
Expand Down
2 changes: 1 addition & 1 deletion concordance/concordance.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int set_canon(int flag)
#define DEFAULT_FW_FILENAME_BIN "firmware.bin"
#define DEFAULT_SAFE_FILENAME "safe.bin"

const char * const VERSION = "1.2";
const char * const VERSION = "1.3";

struct options_t {
int binary;
Expand Down
2 changes: 1 addition & 1 deletion concordance/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([concordance], [1.2], [[email protected]])
AC_INIT([concordance], [1.3], [[email protected]])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_PROG_CC_C_O
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion libconcord/bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='libconcord',
version='1.2',
version='1.3',
py_modules=['libconcord'],
)

2 changes: 1 addition & 1 deletion libconcord/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libconcord], [1.2], [[email protected]])
AC_INIT([libconcord], [1.3], [[email protected]])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
Expand Down

0 comments on commit 67f3734

Please sign in to comment.