]> sigrok.org Git - libsigrokdecode.git/blobdiff - exception.c
Doxyfile: Set version to "unreleased development snapshot".
[libsigrokdecode.git] / exception.c
index 1c50321c2faa452555a734c2721ee5629b17d7a4..1ce66a875db44b23f4024545defe5bf8f08ac054 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrokdecode project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
-#include "sigrokdecode-internal.h"
+#include "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
+#include "libsigrokdecode-internal.h"
 #include "config.h"
 #include <stdarg.h>
 #include <glib.h>
 #include "config.h"
 #include <stdarg.h>
 #include <glib.h>