Skip to content

Commit

Permalink
New version will be 4.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 28, 2015
1 parent 6d785dc commit 4d1aa73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ AC_PREREQ(2.59)

dnl Set the package version
dnl Don't forget to update the PACKAGE, VERSION and BUILDINFO macros in
dnl dmake/win95/microsft/config.h to keep the native Microsoft C++
dnl win95/microsft/config.h to keep the native Microsoft C++
dnl compiler build happy.
AC_INIT(dmake, 4.12)
AC_INIT(dmake, 4.13)
AC_CANONICAL_BUILD
BUILDINFO="$build"

Expand Down
2 changes: 1 addition & 1 deletion win95/microsft/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/* Name and version number of this package */
#define PACKAGE "dmake"
#define VERSION "4.12"
#define VERSION "4.13"
#define BUILDINFO "Windows / MS Visual C++"

#if defined (_MSC_VER)
Expand Down

0 comments on commit 4d1aa73

Please sign in to comment.