diff --git a/ChangeLog b/ChangeLog index 7f83a9e..4fbd9a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index 55a0da9..5bfcb53 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with brlaser. If not, see . 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])