Skip to content

Commit fbd9e40

Browse files
author
Zachary Elliott
committed
Version 0.4.0
1 parent ffa9c5f commit fbd9e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3], [https://github.com/zellio/pdf2laser/issues], [pdf2laser])
6+
AC_INIT([pdf2laser], [0.4.0], [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])

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.3
14+
// Version: 0.4.0
1515

1616
/// Commentary:
1717

0 commit comments

Comments
 (0)