Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libshadertoy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HUYNH Danh
libshadertoy
Commits
a9331b43
Commit
a9331b43
authored
7 years ago
by
TAVERNIER Vincent
Browse files
Options
Downloads
Patches
Plain Diff
Bump version number
parent
fd576619
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
with
9 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
a9331b43
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
a9331b43
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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
a9331b43
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment