1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Set status to release

This commit is contained in:
James Booth 2014-01-02 23:32:09 +00:00
parent e7d701a4a3
commit 9e2d62a407
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
AC_PREREQ([2.65]) AC_PREREQ([2.65])
AC_INIT([profanity], [0.3.1], [boothj5web@gmail.com]) AC_INIT([profanity], [0.3.1], [boothj5web@gmail.com])
PACKAGE_STATUS="development" PACKAGE_STATUS="release"
AC_DEFINE_UNQUOTED([PACKAGE_STATUS], ["$PACKAGE_STATUS"], [Status of this build]) AC_DEFINE_UNQUOTED([PACKAGE_STATUS], ["$PACKAGE_STATUS"], [Status of this build])
AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_HEADERS([src/config.h])

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
STATUS=development STATUS=release
debian_prepare() debian_prepare()
{ {