From 8dac6bdcae6ace1bf0bed8571366ca2890c085e9 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 13 Aug 2010 10:47:20 -0300 Subject: [PATCH] Update version to 0.8.1. --- config.h | 2 +- misc/dist.sh | 2 +- src/resources_win32.rc | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.h b/config.h index 2f083e247..7c192a7c2 100644 --- a/config.h +++ b/config.h @@ -25,7 +25,7 @@ // General information #define PACKAGE "ASE" -#define VERSION "0.8.0-beta" +#define VERSION "0.8.1-beta" #define ASE_BETA 1 #define WEBSITE "http://www.aseprite.org/" #define COPYRIGHT "Copyright (C) 2001-2010 David Capello" diff --git a/misc/dist.sh b/misc/dist.sh index 384cffc31..a95232a73 100644 --- a/misc/dist.sh +++ b/misc/dist.sh @@ -1,7 +1,7 @@ #! /bin/sh dir="`pwd`" -version=0.8.0-beta +version=0.8.1-beta distdir=ase-$version zip="zip -9" zip_recursive_flag="-r" diff --git a/src/resources_win32.rc b/src/resources_win32.rc index bed4968bd..e59c57d80 100644 --- a/src/resources_win32.rc +++ b/src/resources_win32.rc @@ -1,8 +1,8 @@ allegro_icon ICON data/icons/ase072.ico 1 VERSIONINFO - FILEVERSION 0,8,0,0 - PRODUCTVERSION 0,8,0,0 + FILEVERSION 0,8,1,0 + PRODUCTVERSION 0,8,1,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, 0, 0" + VALUE "FileVersion", "0, 8, 1, 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, 0, 0" + VALUE "ProductVersion", "0, 8, 1, 0" END END BLOCK "VarFileInfo"