1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-26 15:38:20 +01:00

Version 2

This commit is contained in:
Peter De Wachter 2014-06-29 11:52:28 +02:00
parent 2e37d9d62a
commit fa26a6149a
2 changed files with 7 additions and 1 deletions

6
ChangeLog Normal file
View File

@ -0,0 +1,6 @@
brlaser v2 (2014-06-29)
Suppport compilation with GCC 4.6.
Add a basic test suite.
brlaser v1 (2013-12-30)
Initial release.

View File

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