From d7e1d92a88de6b2777de37648bfb1a77feebb94c Mon Sep 17 00:00:00 2001
From: Vincent Tavernier <vincent.tavernier@inria.fr>
Date: Wed, 4 Oct 2017 14:06:07 +0200
Subject: [PATCH] Bump version number

---
 CMakeLists.txt   | 2 +-
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a631fa..048ccf2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ include(GenerateExportHeader)
 # The project version number.
 set(VERSION_MAJOR   0   CACHE STRING "Project major version number.")
 set(VERSION_MINOR   0   CACHE STRING "Project minor version number.")
-set(VERSION_PATCH   2   CACHE STRING "Project patch version number.")
+set(VERSION_PATCH   3   CACHE STRING "Project patch version number.")
 mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
 
 # Project directories
diff --git a/debian/changelog b/debian/changelog
index 2ea2297..ae45286 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libshadertoy (0.0.3) unstable; urgency=medium
+
+  * Add dump program binary context options
+
+ -- Vincent Tavernier <vincent.tavernier@inria.fr>  Wed, 04 Oct 2017 14:05:00 +0200
+
 libshadertoy (0.0.2) unstable; urgency=medium
 
   * Add buffer resizing support
diff --git a/debian/control b/debian/control
index d7c4f79..7a4203d 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.2
+Version: 0.0.3
 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.2
+Version: 0.0.3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Library for rendering ShaderToy programs using OpenGL
-- 
GitLab