diff options
Diffstat (limited to 'plugins/VersionInfo/version.h')
-rw-r--r-- | plugins/VersionInfo/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionInfo/version.h b/plugins/VersionInfo/version.h index 200ac05349..18a7fcf39a 100644 --- a/plugins/VersionInfo/version.h +++ b/plugins/VersionInfo/version.h @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __MAJOR_VERSION 1
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#define VERSION PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM)
|