Skip to content

Commit

Permalink
bumped version to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
velnias75 committed May 22, 2015
1 parent e91e460 commit 2601f14
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ netmaumau.h2m
netmaumau.kdev4
netmaumau.pc
netmaumau-*.tar.xz
nmm-ai.flw
*.o
release
src/ai/.deps/
src/ai/.libs/
src/client/.deps/
src/client/.libs
src/client/Makefile
Expand Down Expand Up @@ -103,6 +106,3 @@ start-server.sh
test-driver
V*.xml
win32
src/ai/.deps/
src/ai/.libs/
nmm-ai.flw
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ noinst_SCRIPTS = start-server.sh

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = COPYING netmaumau.ico netmaumau.xinetd.in netmaumau.pc.in start-server.sh.in
EXTRA_DIST = COPYING THANKS netmaumau.ico netmaumau.xinetd.in netmaumau.pc.in start-server.sh.in

if XINETD
CLEANFILES = netmaumau
Expand Down
5 changes: 5 additions & 0 deletions THANKS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Thanks are going to:

Catherine Maria Touhami <[email protected]>
Christoph Korn <[email protected]>
Julian Ospald <[email protected]>
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
AC_INIT([NetMauMau], [0.18.2], [[email protected]], [netmaumau], [https://github.com/velnias75/NetMauMau])
AC_INIT([NetMauMau], [0.19.0], [[email protected]], [netmaumau], [https://github.com/velnias75/NetMauMau])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip tar-pax no-installinfo no-texinfo.tex])
AM_MAINTAINER_MODE
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
netmaumau (0.18.2) UNRELEASED; urgency=low
netmaumau (0.19.0) UNRELEASED; urgency=low

* improved ace/king/queen rounds
* fixed endless loop of AI under some circumstances

-- Heiko Schäfer <[email protected]> Mon, 18 May 2015 20:46:31 +0200
-- Heiko Schäfer <[email protected]> Fri, 22 May 2015 08:06:37 +0200

netmaumau (0.18.0) UNRELEASED; urgency=low

Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Homepage: http://sourceforge.net/projects/netmaumau/
Package: netmaumau-client
Architecture: any
Pre-Depends: dpkg (>= 1.15.6~)
Depends: netmaumau-client-api-15,
${misc:Depends},
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: nmm-qt-client
Description: Server for the popular card game Mau Mau - console client
Expand Down
2 changes: 2 additions & 0 deletions debian/netmaumau-server-common.docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
COPYING
THANKS
10 changes: 10 additions & 0 deletions debian/source/options
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
compression = "xz"
compression-level = 9
tar-ignore = .svn
tar-ignore = .git
tar-ignore = .gitignore
tar-ignore = V*.xml
tar-ignore = netmaumau.ico
tar-ignore = "DIE\ OFFIZIELLEN\ MAUMAU\ SPIELREGELN.pdf"
tar-ignore = *.patch
tar-ignore = config.log
tar-ignore = nmm-ai.flw

4 changes: 2 additions & 2 deletions src/server/netmaumau.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
IDI_ICON1 ICON DISCARDABLE "@top_srcdir@/netmaumau.ico"

1 VERSIONINFO
FILEVERSION 0,0,18,2
PRODUCTVERSION 0,0,18,2
FILEVERSION 0,0,19,0
PRODUCTVERSION 0,0,19,0
FILEFLAGSMASK 0x17L
#ifndef NDEBUG
FILEFLAGS 0x1L
Expand Down

0 comments on commit 2601f14

Please sign in to comment.