diff options
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake index 182a787d10..97cb5e6560 100644 --- a/config.nmake +++ b/config.nmake @@ -4,7 +4,7 @@ # in the file README.win32. # The current Ethereal version -VERSION=0.10.11 +VERSION=0.10.12 # # The RC_VERSION should be comma-separated, not dot-separated, @@ -17,7 +17,7 @@ VERSION=0.10.11 # number to be correctly displayed in the explorer properties dialog # for the executables, and XP's tooltip, rather than 0.0.0.0." # -RC_VERSION=0,10,11 +RC_VERSION=0,10,12 # The version of the wiretap library WTAP_VERSION=0.1 |