bump version to 4.2.0

master
Ozkan Sezer 4 years ago committed by Ozkan Sezer
parent c5f27a5c6c
commit fa8286eeb1
  1. 4
      README
  2. 2
      configure.ac
  3. 2
      vc/xmp.vcproj

@ -9,7 +9,7 @@
\_/ \/|_|
E x t e n d e d M o d u l e P l a y e r
Version 4.1
Version 4.2
OVERVIEW
@ -60,7 +60,7 @@ directly to cmatsuoka@gmail.com.
LICENSE
Extended Module Player
Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
Copyright (C) 1996-2022 Claudio Matsuoka and Hipolito Carraro Jr
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software

@ -1,4 +1,4 @@
AC_INIT([xmp], [4.1.0])
AC_INIT([xmp], [4.2.0])
AM_SILENT_RULES([yes])
AC_CONFIG_AUX_DIR([build-aux])
0>confdefs.h

@ -39,7 +39,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\src;..\src\win32"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;VERSION=\&quot;4.0.6\&quot;;SOUND_WIN32"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;VERSION=\&quot;4.2.0\&quot;;SOUND_WIN32"
ExceptionHandling="0"
RuntimeLibrary="2"
UsePrecompiledHeader="0"

Loading…
Cancel
Save