diff --git a/release-notes.md b/release-notes.md index 8545a9f5c..26820bc8c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -39,7 +39,7 @@ - `thunderdome` allows simple-item backpacks & texture replacements for backpacks - `thunderdome`, `smackdown` & `qcon` all block hud group-picture changes during the match -- `thunderdome`, `smackdown` & `qcon` all block `/gl_outline` as it can lead to seeing items through walls +- `thunderdome`, `smackdown` & `qcon` all block `/gl_outline` as it can lead to seeing items & players through walls - `r_skincolormode`, `r_enemyskincolor`, `r_teamskincolor` blocked in TF games or if server blocks skin/color forcing - Team Fortress: scoreboard always color players by their teamname diff --git a/version.h b/version.h index 395974d89..d8b2af48b 100644 --- a/version.h +++ b/version.h @@ -70,7 +70,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif // Note: for server mods to detect version, change VERSION_NUM below -#define VERSION_NUMBER "3.2-rc1" +#define VERSION_NUMBER "3.2" int build_number(void); void CL_Version_f(void);