Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
THE-FYP committed Jul 6, 2017
1 parent 3bce526 commit 0eda25a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _build/mod_sa_installer_samp.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
!define NAME 'mod_sa'
!define MP 'SA-MP'
!define MP_VERSION 'v0.3.7 R1'
!define VERSION 'v4.4.1.2'
!define VERSION 'v4.4.1.3'

; create output directory if it doesn't exist
!system 'mkdir "..\_distro_installers\"'
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define M0D_FOLDER "mod_sa\\"
#define M0D_NAME "mod_sa"
#define M0D_VERSION "4.4.1.2 // blast.hk"
#define M0D_VERSION "4.4.1.3 // blast.hk"
#define SAMP_VERSION "SA:MP 0.3.7"
#define M0D_DEV_ADVANCEDINFO

Expand Down
2 changes: 1 addition & 1 deletion src/rsrc.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1 VERSIONINFO
FILEVERSION 4,4,1,2
FILEVERSION 4,4,1,3
FILETYPE 0x00000001
{
BLOCK "StringFileInfo"
Expand Down

0 comments on commit 0eda25a

Please sign in to comment.