Skip to content

Commit

Permalink
Alterar versão
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogallardo committed Aug 26, 2017
1 parent d48f822 commit 3b6ce34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([LivreNFE], [0.1.0], [pggllrd@gmail.com])
AC_INIT([LivreNFE], [0.1.1], [pggllrd@gmail.com])
AM_INIT_AUTOMAKE([livrenfe], [2.6])
AC_CONFIG_FILES([Makefile src/Makefile include/Makefile src/libnfe/Makefile include/libnfe/Makefile src/icons/Makefile])
AC_CONFIG_HEADERS([config.h])
Expand Down
4 changes: 2 additions & 2 deletions include/libnfe/libnfe.h
Expand Up @@ -30,8 +30,8 @@
#define LIBNFE_H

#include <time.h>
#define VERSION_NAME "0.1.0"
#define VERSION_COUNTER 1
#define VERSION_NAME "0.1.1"
#define VERSION_COUNTER 2
#define VERSION_TITLE "Tartagal"
#define LIBNFE_COPYRIGHT "© 2016, 2017 Pablo G. Gallardo"
#define LIBNFE_COMMENT "Emissor Código Aberto de Notas Fiscais Eletrônicas"
Expand Down
4 changes: 2 additions & 2 deletions src/livrenfe.h
Expand Up @@ -22,8 +22,8 @@
#include <time.h>
#include <gtk/gtk.h>

#define VERSION_NAME "0.1.0"
#define VERSION_COUNTER 1
#define VERSION_NAME "0.1.1"
#define VERSION_COUNTER 2
#define VERSION_TITLE "Tartagal"
#define LIVRENFE_COPYRIGHT "© 2016, 2017 Pablo G. Gallardo"
#define LIVRENFE_FOLDER_NAME "/.livrenfe"
Expand Down

0 comments on commit 3b6ce34

Please sign in to comment.