From: Steinar H. Gunderson Date: Mon, 5 Oct 2015 18:49:10 +0000 (+0200) Subject: Bump version number after support for external OpenGL textures (it was forgotten). X-Git-Tag: 1.3.0~36 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=9553f87faab0af4989db0369d732ef37db0a72e9 Bump version number after support for external OpenGL textures (it was forgotten). --- diff --git a/version.h b/version.h index f129e9a..cdc5210 100644 --- 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)