Skip to content

Commit

Permalink
Version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdewacht committed Jun 29, 2014
1 parent 2e37d9d commit fa26a61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with brlaser. If not, see <http:#www.gnu.org/licenses/>.

AC_PREREQ(2.68)
AC_INIT([brlaser], [1], [[email protected]], [brlaser],
AC_INIT([brlaser], [2], [[email protected]], [brlaser],
[https://github.com/pdewacht/brlaser])

AC_CONFIG_SRCDIR([src/line.cc])
Expand Down

0 comments on commit fa26a61

Please sign in to comment.