]> the.earth.li Git - onak.git/commitdiff
Update version to indicate arch build.
authorJonathan McDowell <noodles@earth.li>
Sat, 25 Sep 2004 09:26:31 +0000 (09:26 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 25 Sep 2004 09:26:31 +0000 (09:26 +0000)
Update the version in autoconf and debian/changelog to indicate that
any build is from arch rather than a released tarball (ie add +arch).

configure.ac
debian/changelog

index e0a7e8473ef0d2fc3ead2e7a9add422e92ba122c..1b9e63346e485bfca739baf6be9e25a5fe2f8521 100644 (file)
@@ -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)
 
index ce3836a6c11ca05a2d274a25a78b96292be4cb73..132dbca4472fd38442d99e84cfe5b0aa39515209 100644 (file)
@@ -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)