Skip to content

Commit

Permalink
bumped version to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
velnias75 committed Jun 26, 2015
1 parent 7098f5c commit f79dfec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
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.22.1], [[email protected]], [netmaumau], [https://github.com/velnias75/NetMauMau])
AC_INIT([NetMauMau], [0.23.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
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
netmaumau (0.22.1) UNRELEASED; urgency=low
netmaumau (0.23.0) UNRELEASED; urgency=low

* fixed uncovering card twice at game start

Expand Down
2 changes: 0 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ DEB_CXXFLAGS_MAINT_APPEND := -fomit-frame-pointer $(GRAPHITE) $(LTO)
DEB_LDFLAGS_MAINT_APPEND := $(CXXFLAGS) $(GRAPHITE) $(LTO)

# uncomment next 5 lines for Precise/Wheezy builds
#export ARFLAGS = ru
#export AR_FLAGS = ru
#export NM=gcc-nm
#export AR=gcc-ar
#export RANLIB=gcc-ranlib
Expand Down
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,22,1
PRODUCTVERSION 0,0,22,1
FILEVERSION 0,0,23,0
PRODUCTVERSION 0,0,23,0
FILEFLAGSMASK 0x17L
#ifndef NDEBUG
FILEFLAGS 0x1L
Expand Down

0 comments on commit f79dfec

Please sign in to comment.