From e63efebfa9a8dc9397a3387a9fe5f9d3acf39bf0 Mon Sep 17 00:00:00 2001
From: Vincent Tavernier <vincent.tavernier@inria.fr>
Date: Mon, 23 Oct 2017 10:52:26 +0200
Subject: [PATCH] Bump version number

---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3990b6c..79854d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libshadertoy (0.0.8) unstable; urgency=medium
+
+  * Fix ToyBuffers copying configuration instead of referencing
+  * Fix global header not including the TextureEngine header
+  * Fix buildpackage script
+
+ -- Vincent Tavernier <vincent.tavernier@inria.fr>  Fri, 23 Oct 2017 10:55:00 +0200
+
 libshadertoy (0.0.7) unstable; urgency=medium
 
   * Fix iResolution not being set on Initialize
diff --git a/debian/control b/debian/control
index c2b6532..c89061a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: https://gitlab.inria.fr/vtaverni/libshadertoy.git
 Vcs-Browser: https://gitlab.inria.fr/vtaverni/libshadertoy/tree/master
 
 Package: libshadertoy-dev
-Version: 0.0.7
+Version: 0.0.8
 Section: libdevel
 Architecture: all
 Depends: libshadertoy0 (= ${binary:Version}), ${misc:Depends},
@@ -21,7 +21,7 @@ Description: Development files for libshadertoy
  Development headers and documentation for libshadertoy
 
 Package: libshadertoy0
-Version: 0.0.7
+Version: 0.0.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Library for rendering ShaderToy programs using OpenGL
-- 
GitLab