Skip to content

Commit

Permalink
version number to 0.46-6
Browse files Browse the repository at this point in the history
  • Loading branch information
millerpuckette committed Mar 21, 2015
1 parent 046d5ed commit 862648e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT(pd,0.46.5)
AC_INIT(pd,0.46.6)
AC_CONFIG_SRCDIR(src/m_pd.c)
AC_CONFIG_AUX_DIR([m4/config])
AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion src/m_pd.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 46
#define PD_BUGFIX_VERSION 5
#define PD_BUGFIX_VERSION 6
#define PD_TEST_VERSION ""
extern int pd_compatibilitylevel; /* e.g., 43 for pd 0.43 compatibility */

Expand Down
8 changes: 4 additions & 4 deletions src/pd.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
id ICON "pd.ico"
1 VERSIONINFO
FILEVERSION 0,46,5,0
PRODUCTVERSION 0,46,5,0
FILEVERSION 0,46,6,0
PRODUCTVERSION 0,46,6,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "puredata.info"
VALUE "FileDescription", "Pure Data Application"
VALUE "FileVersion", "0.46-5"
VALUE "FileVersion", "0.46-6"
VALUE "InternalName", "pd.exe"
VALUE "LegalCopyright", "Miller Puckette, et al."
VALUE "OriginalFilename", "pd.exe"
VALUE "ProductName", "Pure Data"
VALUE "ProductVersion", "0.46-5"
VALUE "ProductVersion", "0.46-6"
END
END

Expand Down

0 comments on commit 862648e

Please sign in to comment.