Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-richmond committed Oct 12, 2015
1 parent eae15a8 commit b3fe7ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([Blister],[1.2])
AC_INIT([Blister],[1.3])
AC_CONFIG_SRCDIR([lib/stdapi.h])
AM_INIT_AUTOMAKE([-Wall -Werror dist-zip foreign no-define no-installinfo no-installman ])

Expand All @@ -14,7 +14,7 @@ AM_CONDITIONAL(Intel64, test "`uname -p`" = x86_64)

AC_C_BIGENDIAN
AC_PROG_MAKE_SET
AM_PROG_AR
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
Expand Down
8 changes: 4 additions & 4 deletions lib/Version.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "winres.h"

#define VERSION 1,2,0,0
#define VERSIONSTR "1.2.0.0"
#define DATE "7/28/14"
#define VERSION 1,3,0,0
#define VERSIONSTR "1.3.0.0"
#define DATE "10/11/15"

#define PRODUCT "Blister"
#ifndef NAME
Expand Down Expand Up @@ -39,7 +39,7 @@ BEGIN
VALUE "FileDescription", NAME
VALUE "FileVersion", VERSIONSTR
VALUE "InternalName", NAME
VALUE "LegalCopyright", "Copyright Todd Richmond � 2009-2014"
VALUE "LegalCopyright", "Copyright Todd Richmond � 2009-2015"
VALUE "PrivateBuild", BUILD
VALUE "ProductName", PRODUCT
VALUE "ProductVersion", VERSIONSTR
Expand Down

0 comments on commit b3fe7ac

Please sign in to comment.