diff --git a/latest-xyzzy-dev-info.l b/latest-xyzzy-dev-info.l index f827e946..453b2f45 100644 --- a/latest-xyzzy-dev-info.l +++ b/latest-xyzzy-dev-info.l @@ -2,4 +2,4 @@ ("author" . "mumurik765") ("url" . "https://raw.github.com/mumurik/xyzzy/tree/ni-integrate/latest-xyzzy-info.l") ("description" . "Xyzzyのマルチフレーム版配布サイトです。") -("packages" (("name" . "xyzzy") ("version" . "0.2.3.7.2") ("author" . "mumurik765") ("file" . "multiframe_0_2_3_7_alpha3.zip") ("src" . "http://cdn.bitbucket.org/mumurik/xyzzy/downloads/multiframe_0_2_3_7_alpha3.zip") ("description" . "0.2.3.7 alpha3.") ("category") ("md5" . "61ba315a8e1a1cd7323db5ed760fb9d4") ("time" . 3542382405) ("depends") ("changes" . "Fix of multiframe pos bug. Forgotten merge.") ("notice" . "") ("load-after-install" . "") ("load-before-uninstall" . ""))) +("packages" (("name" . "xyzzy") ("version" . "0.2.3.7.3") ("author" . "mumurik765") ("file" . "multiframe_0_2_3_7_alpha4.zip") ("src" . "https://bitbucket.org/mumurik/xyzzy/downloads/multiframe_0_2_3_7_alpha4.zip") ("description" . "0.2.3.7 alpha4.") ("category") ("md5" . "a700691b39f677c0661b9d9a8144547f") ("time" . 3542428605) ("depends") ("changes" . "Support NAXEL without any setting.") ("notice" . "") ("load-after-install" . "") ("load-before-uninstall" . ""))) diff --git a/src/version.h b/src/version.h index b58294b0..35db31cd 100644 --- a/src/version.h +++ b/src/version.h @@ -8,7 +8,7 @@ # define PROGRAM_MINOR_VERSION 2 # define PROGRAM_MAJOR_REVISION 3 # define PROGRAM_MINOR_REVISION 7 -# define PROGRAM_PATCH_LEVEL 2 +# define PROGRAM_PATCH_LEVEL 3 # define TITLE_BAR_STRING_SIZE 256 extern char TitleBarString[];