Skip to content

Commit

Permalink
Set Studio Version 1.4.4 (neuromore#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunk authored Mar 9, 2020
1 parent 099a998 commit 21a0e96
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/osx/Studio.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>Version 1.4.3</string>
<string>Version 1.4.4</string>
<key>CFBundleExecutable</key>
<string>Studio</string>
<key>CFBundleGetInfoString</key>
Expand All @@ -27,6 +27,6 @@
<key>LSMinimumSystemVersion</key>
<string>10.12.0</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.4.4</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion dist/ubuntu-18.04/studio/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: studio
Version: 1.4.2-1
Version: 1.4.4-1
Section: base
Priority: optional
Architecture: amd64
Expand Down
8 changes: 4 additions & 4 deletions src/Studio/Resources/NMStudio.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,3,0
PRODUCTVERSION 1,4,3,0
FILEVERSION 1,4,4,0
PRODUCTVERSION 1,4,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -25,12 +25,12 @@ BLOCK "040004b0"
BEGIN
VALUE "CompanyName", "neuromore co"
VALUE "FileDescription", "neuromore Studio"
VALUE "FileVersion", "1.4.3.0"
VALUE "FileVersion", "1.4.4.0"
VALUE "InternalName", "neuromore.studio"
VALUE "LegalCopyright", "Copyright (C) 2020"
VALUE "OriginalFilename", ""
VALUE "ProductName", "neuromore Studio"
VALUE "ProductVersion", "1.4.3.0"
VALUE "ProductVersion", "1.4.4.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/Studio/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

#define NEUROMORE_STUDIO_VERSION_MAJOR 1
#define NEUROMORE_STUDIO_VERSION_MINOR 4
#define NEUROMORE_STUDIO_VERSION_PATCH 3
#define NEUROMORE_STUDIO_VERSION_PATCH 4

#endif

0 comments on commit 21a0e96

Please sign in to comment.