Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gapan committed Jul 7, 2017
1 parent 5af856b commit 693e327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.68])
AC_INIT([spkg], [1.0s3], [megous@megous.com])
AC_INIT([spkg], [1.1], [vlahavas~at~gmail~dot~com])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion spkg.SlackBuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

CWD=`pwd`
VERSION=1.0
VERSION=1.1
ARCH=${ARCH:-i486}
BUILD=1

Expand Down

0 comments on commit 693e327

Please sign in to comment.