Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a9331b43 authored by TAVERNIER Vincent's avatar TAVERNIER Vincent
Browse files

Bump version number

parent fd576619
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ include(GenerateExportHeader) ...@@ -11,7 +11,7 @@ include(GenerateExportHeader)
# The project version number. # The project version number.
set(VERSION_MAJOR 0 CACHE STRING "Project major version number.") set(VERSION_MAJOR 0 CACHE STRING "Project major version number.")
set(VERSION_MINOR 0 CACHE STRING "Project minor version number.") set(VERSION_MINOR 0 CACHE STRING "Project minor version number.")
set(VERSION_PATCH 3 CACHE STRING "Project patch version number.") set(VERSION_PATCH 4 CACHE STRING "Project patch version number.")
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH) mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
# Project directories # Project directories
......
libshadertoy (0.0.4) unstable; urgency=medium
* Fix example 50-shadertoy
-- Vincent Tavernier <vincent.tavernier@inria.fr> Wed, 04 Oct 2017 17:43:00 +0200
libshadertoy (0.0.3) unstable; urgency=medium libshadertoy (0.0.3) unstable; urgency=medium
* Add dump program binary context options * Add dump program binary context options
......
...@@ -12,7 +12,7 @@ Vcs-Git: https://gitlab.inria.fr/vtaverni/libshadertoy.git ...@@ -12,7 +12,7 @@ Vcs-Git: https://gitlab.inria.fr/vtaverni/libshadertoy.git
Vcs-Browser: https://gitlab.inria.fr/vtaverni/libshadertoy/tree/master Vcs-Browser: https://gitlab.inria.fr/vtaverni/libshadertoy/tree/master
Package: libshadertoy-dev Package: libshadertoy-dev
Version: 0.0.3 Version: 0.0.4
Section: libdevel Section: libdevel
Architecture: all Architecture: all
Depends: libshadertoy0 (= ${binary:Version}), ${misc:Depends}, Depends: libshadertoy0 (= ${binary:Version}), ${misc:Depends},
...@@ -21,7 +21,7 @@ Description: Development files for libshadertoy ...@@ -21,7 +21,7 @@ Description: Development files for libshadertoy
Development headers and documentation for libshadertoy Development headers and documentation for libshadertoy
Package: libshadertoy0 Package: libshadertoy0
Version: 0.0.3 Version: 0.0.4
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for rendering ShaderToy programs using OpenGL Description: Library for rendering ShaderToy programs using OpenGL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment