Skip to content

Commit

Permalink
Commit new hard-coded version number
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Savilonis <djs@n-cube.org>
  • Loading branch information
djs committed Jun 1, 2010
1 parent 0a95c6e commit 8916605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Dialogs.c
Expand Up @@ -212,7 +212,7 @@ BOOL GetDirectory(HWND hwndParent,int iTitle,LPWSTR pszFolder,LPCWSTR pszBase,BO
static const DWORD dwVerMajor = 4;
static const DWORD dwVerMinor = 1;
static const DWORD dwBuildNumber = 24;
static const WCHAR* szRevision = L"";
static const WCHAR* szRevision = L".1-unified";
static const WCHAR* szExtra = L"";
static const BOOL bReleaseBuild = TRUE;

Expand Down
4 changes: 2 additions & 2 deletions src/Notepad2.rc
Expand Up @@ -1345,8 +1345,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,1,24,0
PRODUCTVERSION 4,1,24,0
FILEVERSION 4,1,24,1
PRODUCTVERSION 4,1,24,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x29L
Expand Down

0 comments on commit 8916605

Please sign in to comment.