From: Jonathan McDowell <noodles@earth.li>
Date: Sat, 25 Sep 2004 09:26:31 +0000 (+0000)
Subject: Update version to indicate arch build.
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/848a41ea337ecee39f3eaf9d091a316d07ec8e9d

Update version to indicate arch build.
Update the version in autoconf and debian/changelog to indicate that
any build is from arch rather than a released tarball (ie add +arch).
---

diff --git a/configure.ac b/configure.ac
index e0a7e84..1b9e633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.0],[noodles-onak@earth.li])
+AC_INIT([onak],[0.3.0+arch],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
diff --git a/debian/changelog b/debian/changelog
index ce3836a..132dbca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+onak (0.3.0+arch-1) unstable; urgency=low
+
+  * arch snapshot
+
+ -- Jonathan McDowell <noodles@earth.li>  Fri, 24 Sep 2004 19:35:48 +0100
+
 onak (0.3.0-1) unstable; urgency=low
 
   * Initial Release. (closes: #254425)