mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Bump version numbers for 1.2 release
This commit is contained in:
parent
b8d3b6e751
commit
b5905abe26
|
@ -237,7 +237,7 @@
|
|||
<key>CFBundleURLTypes</key>
|
||||
<array/>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.5a1</string>
|
||||
<string>1.2</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
|
@ -961,6 +961,7 @@
|
|||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
INFOPLIST_FILE = Resources/Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
PRODUCT_NAME = VocalEasel;
|
||||
SDKROOT = macosx10.6;
|
||||
WRAPPER_EXTENSION = app;
|
||||
|
@ -984,6 +985,7 @@
|
|||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
INFOPLIST_FILE = Resources/Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
PRODUCT_NAME = VocalEasel;
|
||||
SDKROOT = macosx10.6;
|
||||
WRAPPER_EXTENSION = app;
|
||||
|
@ -1002,6 +1004,7 @@
|
|||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
INFOPLIST_FILE = Resources/Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
PRODUCT_NAME = VocalEasel;
|
||||
SDKROOT = macosx10.6;
|
||||
WRAPPER_EXTENSION = app;
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
#
|
||||
# Update NEWS manually, then...
|
||||
#
|
||||
scripts/ChangeLogSince VocalEasel-1.0
|
||||
scripts/TagRelease VocalEasel-1.1
|
||||
scripts/BuildSourceDist VocalEasel-1.1
|
||||
scripts/BuildBinDist VocalEasel-1.1
|
||||
scripts/ChangeLogSince VocalEasel-1.1
|
||||
scripts/TagRelease VocalEasel-1.2
|
||||
scripts/BuildSourceDist VocalEasel-1.2
|
||||
scripts/BuildBinDist VocalEasel-1.2
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user