Navigation Menu

Skip to content

Commit

Permalink
bump version to 1.0rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Jirman committed Jan 27, 2007
1 parent 47dda97 commit ae6d579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.57)
AC_INIT([spkg], 1.0rc8, [megous@megous.com], spkg)
AC_INIT([spkg], 1.0rc9, [megous@megous.com], spkg)
AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])
Expand Down
2 changes: 1 addition & 1 deletion spkg.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh -e

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

Expand Down

0 comments on commit ae6d579

Please sign in to comment.