diff configure.ac @ 8:0c98b46eaf73 v2.0

*: update API to 2.0, big changes all APIs now use pointers to an EDL object. it is up to the user to make sure that the pointer is valid. additionally, many things have been separated into new files to make it easier to digest
author Paper <paper@paper.us.eu.org>
date Sun, 03 Mar 2024 17:56:58 -0500
parents bd99b6549eb4
children
line wrap: on
line diff
--- a/configure.ac	Mon Jan 15 06:42:30 2024 -0500
+++ b/configure.ac	Sun Mar 03 17:56:58 2024 -0500
@@ -1,4 +1,4 @@
-AC_INIT([libedl], [1.0])
+AC_INIT([libedl], [2.0])
 
 AC_CONFIG_SRCDIR([src/edl.c])
 AC_CONFIG_AUX_DIR([build-aux])