Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

Commit ff5a927

Browse files
committed
0.6.4 release
1 parent 614766d commit ff5a927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.50])
5-
AC_INIT([otserv], [0.6.3.SVN])
5+
AC_INIT([otserv], [0.6.4.SVN])
66
AM_INIT_AUTOMAKE([1.10 foreign])
77
AC_CONFIG_SRCDIR([raids.h])
88
AC_CONFIG_HEADER([config.h])

src/definitions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#ifndef __OTSERV_DEFINITIONS_H__
2222
#define __OTSERV_DEFINITIONS_H__
2323

24-
#define OTSERV_VERSION "0.6.3_SVN"
24+
#define OTSERV_VERSION "0.6.4_SVN"
2525
#define OTSERV_NAME "OTServ"
26-
#define OTSERV_CLIENT_VERSION "8.61"
26+
#define OTSERV_CLIENT_VERSION "8.60"
2727

2828
#define CURRENT_SCHEMA_VERSION 24
2929

0 commit comments

Comments
 (0)