From: Steinar H. Gunderson Date: Sun, 1 Nov 2015 15:08:49 +0000 (+0100) Subject: Forgot to increment version.h for bounce override; doing so now. X-Git-Tag: 1.3.0~22 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=974b5c837c24179f9ab29f4ffdcdd1172288172b Forgot to increment version.h for bounce override; doing so now. --- diff --git a/version.h b/version.h index 39df003..c23d0e2 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 10 +#define MOVIT_VERSION 11 #endif // !defined(_MOVIT_VERSION_H)