diff options
| author | 2009-04-13 11:04:37 +0000 | |
|---|---|---|
| committer | 2009-04-13 11:04:37 +0000 | |
| commit | e2c54d4b1e387cbbf2fe153ac530215ba986aec0 (patch) | |
| tree | 55fbdcd31f16608fba54ee10f0f18f29e13e1875 /src/win32 | |
| parent | 3.2.8 (diff) | |
| download | unrealircd-stable.tar.gz unrealircd-stable.tar.bz2 unrealircd-stable.zip | |
3.2.8.1 stable
Diffstat (limited to 'src/win32')
| -rw-r--r-- | src/win32/gui.c | 2 | ||||
| -rw-r--r-- | src/win32/service.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/win32/gui.c b/src/win32/gui.c index 27b1387da..7190041a5 100644 --- a/src/win32/gui.c +++ b/src/win32/gui.c @@ -17,7 +17,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define WIN32_VERSION BASE_VERSION PATCH1 PATCH2 PATCH3 PATCH4 +#define WIN32_VERSION BASE_VERSION PATCH1 PATCH2 PATCH3 PATCH4 PATCH5 #include "resource.h" #include "version.h" #include "setup.h" diff --git a/src/win32/service.c b/src/win32/service.c index 3ac88858f..60b24e9b7 100644 --- a/src/win32/service.c +++ b/src/win32/service.c @@ -35,7 +35,7 @@ SERVICE_STATUS_HANDLE IRCDStatusHandle; BOOL IsService = FALSE; extern OSVERSIONINFO VerInfo; -#define WIN32_VERSION BASE_VERSION PATCH1 PATCH2 PATCH3 PATCH4 +#define WIN32_VERSION BASE_VERSION PATCH1 PATCH2 PATCH3 PATCH4 PATCH5 /* Places the service in the STOPPED state * Parameters: |
