Skip to content

Commit

Permalink
tagging for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervdm committed Dec 19, 2019
1 parent 3b977dd commit 5b7a53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.65)
AC_INIT([Gummi], [0.8.0-rc2], [alexander@localhost], [gummi], [https://alexandervdm.github.io/gummi])
AC_INIT([Gummi], [0.8.0], [alexander@localhost], [gummi], [https://alexandervdm.github.io/gummi])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])

GETTEXT_PACKAGE=gummi
Expand Down
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// Gummi defs:
#define C_PACKAGE "gummi"
#define C_PACKAGE_NAME "Gummi"
#define C_PACKAGE_VERSION "0.8.0-rc2"
#define C_PACKAGE_VERSION "0.8.0"
#define C_PACKAGE_COMMENTS "Simple LaTeX Editor for GTK+"
#define C_PACKAGE_COPYRIGHT "Copyright \xc2\xa9 2009\n\n"\
"Alexander van der Meij\n"\
Expand Down

0 comments on commit 5b7a53a

Please sign in to comment.