]> git.sesse.net Git - movit/commitdiff
Bump version number after support for external OpenGL textures (it was forgotten).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 5 Oct 2015 18:49:10 +0000 (20:49 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 5 Oct 2015 18:49:10 +0000 (20:49 +0200)
version.h

index f129e9a81a5f83d60b4619bdf0fd311276944165..cdc5210b336e662eb409d8586584541c9903d9c0 100644 (file)
--- a/version.h
+++ b/version.h
@@ -5,6 +5,6 @@
 // changes, even within git versions. There is no specific version
 // documentation outside the regular changelogs, though.
 
-#define MOVIT_VERSION 8
+#define MOVIT_VERSION 9
 
 #endif // !defined(_MOVIT_VERSION_H)