diff --git a/ChangeLog b/ChangeLog index 63f1a314..039ebff9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -225,6 +225,11 @@ Change Log: 97) Suppressed clearing Country, Loc and Azimuth fields by a call sign database query when the db does not support those fields 98) Added missing tooltips to all configuration items + 99) Windows does not recognize '\2' reference tag in regular expression + defined in pskrep.cxx. Changed to a combination of regexec and + string find processing to obtain required spot parsing. + 100) Added modem frequency to spotting call when logging or forcing a spot + report. 3.03 diff --git a/configure.ac b/configure.ac index ff1eb5a1..b888331f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may dnl contain other characters or be empty m4_define(FLDIGI_MAJOR, [3]) m4_define(FLDIGI_MINOR, [1]) -m4_define(FLDIGI_PATCH, [pre]) +m4_define(FLDIGI_PATCH, [preA]) AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])