~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: bryce
  • Date: 2014-10-30 00:53:33 UTC
  • Revision ID: bryce@ubuntu.com-20141030005333-gma1tt48th79lexw
Fix version numbers

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# `dpkg --compare-versions'.  (ii) We don't always know what the next
8
8
# version is going to be called until about the time we release it
9
9
# (whereas we always know what the previous version was called).
10
 
AC_INIT([inkscape], [0.92+devel],
 
10
AC_INIT([inkscape], [0.91+devel],
11
11
        [http://bugs.launchpad.net/inkscape/+filebug],
12
12
        [inkscape],
13
13
        [http://inkscape.org/])