Skip to content

Commit 4fa854c

Browse files
author
Zachary Elliott
committed
Merge branch 'hotfix/0.3.3'
2 parents 9d75489 + c4abbd7 commit 4fa854c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ([2.69])
55

6-
AC_INIT([pdf2laser], [0.3.2], [https://github.com/zellio/pdf2laser/issues], [pdf2laser])
6+
AC_INIT([pdf2laser], [0.3.3], [https://github.com/zellio/pdf2laser/issues], [pdf2laser])
77
AM_INIT_AUTOMAKE([-Wall])
88
AC_CONFIG_SRCDIR([src/pdf2laser.c])
99
AC_CONFIG_HEADERS([config.h])

extra/completion/bash/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
bash_completion_dir = $(sysconfdir)/bash_completion.d
2-
bash_completion__DATA = pdf2laser
2+
dist_bash_completion__DATA = pdf2laser

extra/completion/zsh/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
zsh_completion_dir = $(datarootdir)/zsh/site-functions
2-
zsh_completion__DATA = _pdf2laser
2+
dist_zsh_completion__DATA = _pdf2laser

src/pdf2laser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Trammell Hudson <[email protected]>
1212
// Zachary Elliott <[email protected]>
1313
// URL: https://github.com/zellio/pdf2laser
14-
// Version: 0.3.2
14+
// Version: 0.3.3
1515

1616
/// Commentary:
1717

0 commit comments

Comments
 (0)