Skip to content

Commit

Permalink
Bump version up, update project URL
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Jul 28, 2014
1 parent 9f00e59 commit 05c0d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
11 changes: 3 additions & 8 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
BiCon - The Bidirectional Console
=================================

This is the bidirectional console as presented by Arabeyes.


Depenncy
--------
Dependencies
------------

- FriBiDi >= 0.10.4 (library AND headers)

Expand Down Expand Up @@ -48,6 +45,4 @@ Of course, you have a man page bicon(1) to check.
Reporting Bugs
--------------

Please report all bugs to
http://bugs.arabeyes.org/cgi-bin/bugzilla/query.cgi
Feedback at [email protected] is also welcome.
Please report all bugs to http://github.com/behdad/bicon
15 changes: 1 addition & 14 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
##############################################################################
## $Id$
## $Author$
## $Date$
## $Revision$
## $Source$
##############################################################################
## -*- Autoconf -*-
## Process this file with autoconf to produce a configure script.
## Use autoupdate to update this file for newer versions of autoconf.
## Use autoscan to check if you need to add something to this file.

AC_PREREQ(2.59)
AC_INIT([BiCon],[0.2.0],[http://bugs.arabeyes.org/cgi-bin/bugzilla/enter_bug.cgi?product=BiCon])
AC_REVISION([$Id$])
AC_INIT([BiCon],[0.3.0],[http://github.com/behdad/bicon])
AC_CONFIG_SRCDIR(bicon/bicon.c)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([gnu check-news])
Expand Down

0 comments on commit 05c0d9c

Please sign in to comment.