1
0
mirror of https://github.com/pdewacht/brlaser synced 2025-04-05 12:36:43 +02:00

Version 3

This commit is contained in:
Peter De Wachter 2014-07-07 12:55:16 +02:00
parent 9c4336a8df
commit c3999acbec
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
brlaser v3 (2014-07-07)
Added DCP-7065DN description.
brlaser v2 (2014-06-29)
Suppport compilation with GCC 4.6.
Add a basic test suite.

View File

@ -16,7 +16,7 @@
# along with brlaser. If not, see <http:#www.gnu.org/licenses/>.
AC_PREREQ(2.68)
AC_INIT([brlaser], [2], [pdewacht@gmail.com], [brlaser],
AC_INIT([brlaser], [3], [pdewacht@gmail.com], [brlaser],
[https://github.com/pdewacht/brlaser])
AC_CONFIG_SRCDIR([src/line.cc])