mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
New version 0.8.2 in progress.
This commit is contained in:
parent
96c75c31f0
commit
cea1e15d91
3
NEWS.txt
3
NEWS.txt
@ -2,6 +2,9 @@
|
||||
NEWS
|
||||
===================================
|
||||
|
||||
0.8.2 beta
|
||||
----------
|
||||
|
||||
0.8.1 beta
|
||||
----------
|
||||
|
||||
|
2
config.h
2
config.h
@ -25,7 +25,7 @@
|
||||
|
||||
// General information
|
||||
#define PACKAGE "ASE"
|
||||
#define VERSION "0.8.1-beta"
|
||||
#define VERSION "0.8.2-beta"
|
||||
#define ASE_BETA 1
|
||||
#define WEBSITE "http://www.aseprite.org/"
|
||||
#define COPYRIGHT "Copyright (C) 2001-2010 David Capello"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
dir="`pwd`"
|
||||
version=0.8.1-beta
|
||||
version=0.8.2-beta
|
||||
distdir=ase-$version
|
||||
zip="zip -9"
|
||||
zip_recursive_flag="-r"
|
||||
|
@ -1,8 +1,8 @@
|
||||
allegro_icon ICON data/icons/ase072.ico
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0,8,1,0
|
||||
PRODUCTVERSION 0,8,1,0
|
||||
FILEVERSION 0,8,2,0
|
||||
PRODUCTVERSION 0,8,2,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -19,12 +19,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "Comments", "http://www.aseprite.org/"
|
||||
VALUE "FileDescription", "Allegro Sprite Editor"
|
||||
VALUE "FileVersion", "0, 8, 1, 0"
|
||||
VALUE "FileVersion", "0, 8, 2, 0"
|
||||
VALUE "InternalName", "aseprite"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001-2010 by David Capello"
|
||||
VALUE "OriginalFilename", "aseprite.exe"
|
||||
VALUE "ProductName", "Allegro Sprite Editor"
|
||||
VALUE "ProductVersion", "0, 8, 1, 0"
|
||||
VALUE "ProductVersion", "0, 8, 2, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user